Tonic commited on
Commit
6730679
1 Parent(s): e0bcee3

fixes 500 error for some users

Browse files

![image.png](https://cdn-uploads.huggingface.co/production/uploads/62a3bb1cd0d8c2c2169f0b88/HMGQ8xxPTHWZ-Vp0D7H5V.png)

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)