Spaces:
Running
on
Zero
Running
on
Zero
Solves 500 error for some users
Browse files
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)
|