Hozifa Elgharbawy commited on
Commit
7e26d04
·
1 Parent(s): 32d5325

chore: Enable debug mode in server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -1
server.py CHANGED
@@ -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)