Spaces:
Running
Running
Fixes 500 error for some users (#2)
Browse files- Fixes 500 error for some users (e9d204d1f1a788ea6ff5613d03ec57ee2fe69128)
Co-authored-by: Joseph [open/acc] Pollack <[email protected]>
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)
|