Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
moahmedwafy
/
modarb-models-server
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Hozifa Elgharbawy
commited on
Jun 18, 2024
Commit
7e26d04
·
1 Parent(s):
32d5325
chore: Enable debug mode in server.py
Browse files
Files changed (1)
hide
show
server.py
+1
-1
server.py
CHANGED
Viewed
@@ -58,4 +58,4 @@ def nutrition_predict():
58
59
60
if __name__ == "__main__":
61
-
app.run(host=HOST, port=FLASK_RUN_PORT)
58
59
60
if __name__ == "__main__":
61
+
app.run(host=HOST, port=FLASK_RUN_PORT
, debug=True
)