Solves 500 error for some users

#1
by Tonic - opened
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)