Athspi commited on
Commit
7ad479d
·
verified ·
1 Parent(s): 1b72949

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -314,4 +314,4 @@ def download_file(session_id, filename):
314
 
315
  # --- Run the App ---
316
  if __name__ == '__main__':
317
- app.run(debug=True)
 
314
 
315
  # --- Run the App ---
316
  if __name__ == '__main__':
317
+ app.run(host="0.0.0.0", port=7860)