Athspi commited on
Commit
f4c6bb6
·
verified ·
1 Parent(s): afb5d44

Update app.py

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