moahmedwafy commited on
Commit
9c820fb
·
1 Parent(s): a2fb3cd

remove debug

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