Spaces:
Sleeping
Sleeping
Removed ssr mode
Browse files
app.py
CHANGED
|
@@ -165,4 +165,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 165 |
output = gr.HTML()
|
| 166 |
demo.load(router, None, output)
|
| 167 |
|
| 168 |
-
demo.launch()
|
|
|
|
| 165 |
output = gr.HTML()
|
| 166 |
demo.load(router, None, output)
|
| 167 |
|
| 168 |
+
demo.launch(ssr_mode=False)
|