Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -390,4 +390,4 @@ with gr.Blocks() as demo:
|
|
| 390 |
)
|
| 391 |
|
| 392 |
demo.queue(default_concurrency_limit=200)
|
| 393 |
-
demo.launch(show_api=False, ssr_mode=
|
|
|
|
| 390 |
)
|
| 391 |
|
| 392 |
demo.queue(default_concurrency_limit=200)
|
| 393 |
+
demo.launch(show_api=False, ssr_mode=True)
|