Spaces:
Running
Running
Fixes 500 error for some users
#1
by
Tonic
- opened
app.py
CHANGED
@@ -408,4 +408,4 @@ with gr.Blocks(css=css) as demo:
|
|
408 |
show_api = False
|
409 |
)
|
410 |
|
411 |
-
demo.launch(show_api=False, debug=True, show_error=True)
|
|
|
408 |
show_api = False
|
409 |
)
|
410 |
|
411 |
+
demo.launch(show_api=False, debug=True, show_error=True, ssr_mode = False)
|