Tonic commited on
Commit
58df6ef
·
verified ·
1 Parent(s): f2b2140

Solves 500 error for some users

Browse files

![image.png](/static-proxy?url=https%3A%2F%2Fcdn-uploads.huggingface.co%2Fproduction%2Fuploads%2F62a3bb1cd0d8c2c2169f0b88%2FASuwF1t7XxX8ySl6l5NIm.png)%3C!-- HTML_TAG_END -->

Files changed (1) hide show
  1. app.py +1 -1
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)