ElPremOoO commited on
Commit
c3e3e66
·
verified ·
1 Parent(s): ba5e3fb

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -58,4 +58,4 @@ def predict():
58
 
59
  # Run the Flask app
60
  if __name__ == "__main__":
61
- app.run(debug=True)
 
58
 
59
  # Run the Flask app
60
  if __name__ == "__main__":
61
+ app.run(host="0.0.0.0", port=7860)