Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MoWafy001 committed Jun 19, 2024
1 parent a2fb3cd commit 9c820fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ def nutrition_predict():


if __name__ == "__main__":
app.run(host=HOST, port=FLASK_RUN_PORT, debug=True)
app.run(host=HOST, port=FLASK_RUN_PORT)

0 comments on commit 9c820fb

Please sign in to comment.