sigyllly commited on
Commit
347b6c6
1 Parent(s): ab226f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,5 +90,5 @@ def process_request():
90
 
91
  if __name__ == '__main__':
92
  print("Server starting. Verify it is running by visiting http://0.0.0.0:7860/")
93
- app.run(host='0.0.0.0', port=80, debug=True)
94
 
 
90
 
91
  if __name__ == '__main__':
92
  print("Server starting. Verify it is running by visiting http://0.0.0.0:7860/")
93
+ app.run(host='0.0.0.0', port=7860, debug=True)
94