Spaces:
Running
on
Zero
Running
on
Zero
Solves 500 error for some users (#1)
Browse files- Solves 500 error for some users (58df6eff0e42cda5497497c2a3f32422cda63d7a)
Co-authored-by: Joseph [open/acc] Pollack <[email protected]>
app.py
CHANGED
@@ -607,4 +607,4 @@ with gr.Blocks(
|
|
607 |
outputs=[reconstruction_output, target_dir_output, image_gallery, log_output],
|
608 |
)
|
609 |
|
610 |
-
demo.queue(max_size=20).launch(show_error=True, share=True)
|
|
|
607 |
outputs=[reconstruction_output, target_dir_output, image_gallery, log_output],
|
608 |
)
|
609 |
|
610 |
+
demo.queue(max_size=20).launch(show_error=True, share=True, ssr_mode=False)
|