Spaces:
Running
on
Zero
Running
on
Zero
Pierre Chapuis
commited on
disable SSR
Browse files- src/app.py +1 -1
src/app.py
CHANGED
|
@@ -300,4 +300,4 @@ with gr.Blocks() as demo:
|
|
| 300 |
cache_examples=True,
|
| 301 |
)
|
| 302 |
|
| 303 |
-
demo.launch(share=False)
|
|
|
|
| 300 |
cache_examples=True,
|
| 301 |
)
|
| 302 |
|
| 303 |
+
demo.launch(share=False, ssr_mode=False)
|