XCLiu Tonic commited on
Commit
31e3e92
1 Parent(s): e0bcee3

fixes 500 error for some users (#3)

Browse files

- fixes 500 error for some users (67306795f822c76f4013e85dce4e42a406523e8e)


Co-authored-by: Joseph [open/acc] Pollack <Tonic@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -248,4 +248,4 @@ with gr.Blocks() as demo:
248
  outputs=image_output
249
  )
250
 
251
- demo.launch(share=True)
 
248
  outputs=image_output
249
  )
250
 
251
+ demo.launch(share=True, ssr_mode = False)