Tonic commited on
Commit
acde31d
·
verified ·
1 Parent(s): 4f57141

Solves 500 error for some users

Browse files

![image.png](https://cdn-uploads.huggingface.co/production/uploads/62a3bb1cd0d8c2c2169f0b88/lLTVHX3f0yZmr3nfFJeQA.png)
no performance loss

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,4 +129,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
129
  outputs=image_output
130
  )
131
 
132
- iface.launch()
 
129
  outputs=image_output
130
  )
131
 
132
+ iface.launch(ssr_mode=False)