ftx7go commited on
Commit
c716ed3
·
verified ·
1 Parent(s): 01fe3e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,4 +95,4 @@ def run_gradio():
95
 
96
  if __name__ == "__main__":
97
  threading.Thread(target=run_gradio).start()
98
- app.run(host="0.0.0.0", port=7860, debug=True) # Flask runs separately
 
95
 
96
  if __name__ == "__main__":
97
  threading.Thread(target=run_gradio).start()
98
+ app.run(host="0.0.0.0", port=7861, debug=True) # Flask runs separately