Update app.py
Browse files
app.py
CHANGED
@@ -674,4 +674,4 @@ with gr.Blocks() as app:
|
|
674 |
footer.render()
|
675 |
|
676 |
|
677 |
-
app.queue(max_size=10, default_concurrency_limit=1).launch()
|
|
|
674 |
footer.render()
|
675 |
|
676 |
|
677 |
+
app.queue(max_size=10, default_concurrency_limit=1).launch(ssr_mode=False)
|