Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -217,4 +217,4 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
217 |
)
|
218 |
|
219 |
if __name__ == "__main__":
|
220 |
-
demo.queue(max_size=40).launch()
|
|
|
217 |
)
|
218 |
|
219 |
if __name__ == "__main__":
|
220 |
+
demo.queue(max_size=40).launch(ssr_mode=False)
|