soiz1 commited on
Commit
35f72da
·
verified ·
1 Parent(s): 550cc96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,4 +58,4 @@ scheduler_thread = threading.Thread(target=run_scheduler, daemon=True)
58
  scheduler_thread.start()
59
 
60
  if __name__ == "__main__":
61
- app.run(debug=True)
 
58
  scheduler_thread.start()
59
 
60
  if __name__ == "__main__":
61
+ app.run(debug=True, host="0.0.0.0", port=7860)