Spaces:
Running
Running
Fixes 500 error for some users
Browse files
app.py
CHANGED
@@ -737,4 +737,4 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue="indigo", neutral_hue="
|
|
737 |
|
738 |
if __name__ == "__main__":
|
739 |
demo.queue(default_concurrency_limit=20)
|
740 |
-
demo.launch()
|
|
|
737 |
|
738 |
if __name__ == "__main__":
|
739 |
demo.queue(default_concurrency_limit=20)
|
740 |
+
demo.launch(ssr_mode=False)
|