Tonic commited on
Commit
c65e7b9
·
verified ·
1 Parent(s): 60289bb

Solves 500 error for some users

Browse files

![image.png](https://cdn-uploads.huggingface.co/production/uploads/62a3bb1cd0d8c2c2169f0b88/Gs0Ej6RSp-6UdPeiYoUkc.png)


with no performance loss

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,4 +190,4 @@ with gr.Blocks(css=css) as iface:
190
  concurrency_limit=30
191
  )
192
 
193
- iface.queue().launch(debug=True)
 
190
  concurrency_limit=30
191
  )
192
 
193
+ iface.queue().launch(debug=True, ssr_mode=False)