Athspi commited on
Commit
b6ac23f
·
verified ·
1 Parent(s): fe24f1b

Update app.py

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