Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -112,4 +112,4 @@ with gr.Blocks(
|
|
| 112 |
)
|
| 113 |
|
| 114 |
# Mount Gradio app to FastAPI at root path
|
| 115 |
-
app = gr.mount_gradio_app(
|
|
|
|
| 112 |
)
|
| 113 |
|
| 114 |
# Mount Gradio app to FastAPI at root path
|
| 115 |
+
app = gr.mount_gradio_app(fastapi_app, demo, path="/")
|