freddyaboulton HF staff commited on
Commit
2406b79
1 Parent(s): 3857c1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,6 +21,6 @@ with block:
21
  btn.click(dream, inputs=prompt, outputs=[gallery])
22
 
23
 
24
- app = gr.mount_gradio_app(app, block, "/", gradio_api_url="http://localhost:7860/")
25
  app.mount("/img", StaticFiles(directory="images", html=True), name="images")
26
  uvicorn.run(app, host="0.0.0.0", port=7860)
21
  btn.click(dream, inputs=prompt, outputs=[gallery])
22
 
23
 
24
+ app = gr.mount_gradio_app(app, block, "/")
25
  app.mount("/img", StaticFiles(directory="images", html=True), name="images")
26
  uvicorn.run(app, host="0.0.0.0", port=7860)