Spaces:
Running
on
Zero
Running
on
Zero
Mount Gradio at root with queued blocks
Browse files- __pycache__/app.cpython-313.pyc +0 -0
- app.py +1 -1
__pycache__/app.cpython-313.pyc
CHANGED
|
Binary files a/__pycache__/app.cpython-313.pyc and b/__pycache__/app.cpython-313.pyc differ
|
|
|
app.py
CHANGED
|
@@ -164,4 +164,4 @@ with gr.Blocks(title="Router Model ZeroGPU Backend") as demo:
|
|
| 164 |
|
| 165 |
|
| 166 |
demo.queue()
|
| 167 |
-
app = gr.mount_gradio_app(fastapi_app, demo, path="/
|
|
|
|
| 164 |
|
| 165 |
|
| 166 |
demo.queue()
|
| 167 |
+
app = gr.mount_gradio_app(fastapi_app, demo, path="/")
|