clessvna commited on
Commit
10d643e
·
1 Parent(s): 70f8d8a

default run

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,4 +112,4 @@ if __name__ == "__main__":
112
  demo.show_api = False
113
  app = gr.mount_gradio_app(app, demo, path="/")
114
 
115
- uvicorn.run(app, host="0.0.0.0", port=7860)
 
112
  demo.show_api = False
113
  app = gr.mount_gradio_app(app, demo, path="/")
114
 
115
+ uvicorn.run(app)