tomo2chin2 commited on
Commit
4b03a0a
·
verified ·
1 Parent(s): 289182e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,4 +67,4 @@ iface = gr.Interface(
67
  app = gr.mount_gradio_app(app, iface, path="/gradio")
68
 
69
  if __name__ == "__main__":
70
- uvicorn.run(app, host="0.0.0.0")
 
67
  app = gr.mount_gradio_app(app, iface, path="/gradio")
68
 
69
  if __name__ == "__main__":
70
+ uvicorn.run(app, host="0.0.0.0",port=7860)