Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
moahmedwafy
/
modarb-models-server
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
moahmedwafy
commited on
Jun 19, 2024
Commit
9c820fb
·
1 Parent(s):
a2fb3cd
remove debug
Browse files
Files changed (1)
hide
show
server.py
+1
-1
server.py
CHANGED
Viewed
@@ -57,4 +57,4 @@ def nutrition_predict():
57
58
59
if __name__ == "__main__":
60
-
app.run(host=HOST, port=FLASK_RUN_PORT
, debug=True
)
57
58
59
if __name__ == "__main__":
60
+
app.run(host=HOST, port=FLASK_RUN_PORT)