Alovestocode commited on
Commit
534388e
·
verified ·
1 Parent(s): 4be9bb4

Mount Gradio at root with queued blocks

Browse files
Files changed (2) hide show
  1. __pycache__/app.cpython-313.pyc +0 -0
  2. 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="/gradio")
 
164
 
165
 
166
  demo.queue()
167
+ app = gr.mount_gradio_app(fastapi_app, demo, path="/")