freddyaboulton HF staff commited on
Commit
857a1da
1 Parent(s): 2133473
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ gradio_app = gr.routes.App.create_app(block)
25
 
26
  app = gr.mount_gradio_app(app, gradio_app, "localhost", "7869", "/gradio")
27
  app.mount("/img", StaticFiles(directory="images", html=True), name="images")
28
- uvicorn.run(app, hostname="0.0.0.0", port=7860)
 
25
 
26
  app = gr.mount_gradio_app(app, gradio_app, "localhost", "7869", "/gradio")
27
  app.mount("/img", StaticFiles(directory="images", html=True), name="images")
28
+ uvicorn.run(app, host="0.0.0.0", port=7860)