JianyuanWang Tonic commited on
Commit
8a2ad0d
·
verified ·
1 Parent(s): f2b2140

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]>

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)