imseldrith commited on
Commit
80ee4e6
·
verified ·
1 Parent(s): 8394ccb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -205,4 +205,4 @@ if __name__ == '__main__':
205
  print("� Files will be downloaded directly to your browser")
206
  print("🌐 Open your browser and go to: http://127.0.0.1:7860")
207
  print("-" * 50)
208
- app.run(debug=True, host='127.0.0.1', port=7860)
 
205
  print("� Files will be downloaded directly to your browser")
206
  print("🌐 Open your browser and go to: http://127.0.0.1:7860")
207
  print("-" * 50)
208
+ app.run(debug=True, host='0.0.0.0', port=7860)