tobegit3hub / simple_tensorflow_serving

Generic and easy-to-use serving service for machine learning models
https://stfs.readthedocs.io
Apache License 2.0
757 stars 195 forks source link

Fix typo in simple_tensorflow_serving #71

Closed wordsappadmin closed 3 years ago

wordsappadmin commented 4 years ago

Fix missed f in self.app = Flask("simple_tensorflow_serving", template_folder='templates')

tobegit3hub commented 3 years ago

Nice catch and thanks for your contribution :)