Athspi commited on
Commit
49012e3
·
verified ·
1 Parent(s): 8e6ca2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,4 +84,4 @@ def index():
84
  return render_template("index.html", result_text=result_text, result_image=result_image)
85
 
86
  if __name__ == "__main__":
87
- app.run(debug=True)
 
84
  return render_template("index.html", result_text=result_text, result_image=result_image)
85
 
86
  if __name__ == "__main__":
87
+ app.run(host="0.0.0.0", port=7860)