m7n commited on
Commit
8d0bb7b
·
verified ·
1 Parent(s): 0c5818b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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=True)
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