CORVO-AI commited on
Commit
f4cb20f
·
verified ·
1 Parent(s): 8ebb8c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,4 +270,4 @@ def end_session():
270
  })
271
 
272
  if __name__ == '__main__':
273
- app.run(debug=True, port=5000)
 
270
  })
271
 
272
  if __name__ == '__main__':
273
+ app.run(host="0.0.0.0", port=7860, debug=True)