sigyllly commited on
Commit
0c6914c
·
verified ·
1 Parent(s): 35b65a4

Update app.py

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