Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks() as demo:
|
|
84 |
###############################################################################
|
85 |
# 6) Mount the Gradio app WITH SSR. Don’t manually mount _app/immutable.
|
86 |
###############################################################################
|
87 |
-
app = gr.mount_gradio_app(app, demo, path="/", ssr_mode=
|
88 |
|
89 |
###############################################################################
|
90 |
# 7) Run with Uvicorn
|
|
|
84 |
###############################################################################
|
85 |
# 6) Mount the Gradio app WITH SSR. Don’t manually mount _app/immutable.
|
86 |
###############################################################################
|
87 |
+
app = gr.mount_gradio_app(app, demo, path="/", ssr_mode=False)
|
88 |
|
89 |
###############################################################################
|
90 |
# 7) Run with Uvicorn
|