Spaces:
Runtime error
Runtime error
Commit
·
a2982e9
1
Parent(s):
2b38e5c
Update app.py
Browse files
app.py
CHANGED
@@ -361,4 +361,4 @@ with gr.Blocks(css="style.css") as demo:
|
|
361 |
outputs=[playlist_output, sraddhas_box], api_name="img-to-music")
|
362 |
|
363 |
gradio_app = gr.mount_gradio_app(app, demo, "/gradio")
|
364 |
-
uvicorn.run(app, host="
|
|
|
361 |
outputs=[playlist_output, sraddhas_box], api_name="img-to-music")
|
362 |
|
363 |
gradio_app = gr.mount_gradio_app(app, demo, "/gradio")
|
364 |
+
uvicorn.run(app, host="0.0.0.0", port=7860)
|