Skip to content

Commit

Permalink
chore: Enable debug mode in server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hozifaelgharbawy committed Jun 18, 2024
1 parent 32d5325 commit 7e26d04
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 @@ -58,4 +58,4 @@ def nutrition_predict():


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

0 comments on commit 7e26d04

Please sign in to comment.