Tonic commited on
Commit
333bed9
·
verified ·
1 Parent(s): c76c4a6

Fixes 500 error for some users

Browse files

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

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,4 +117,4 @@ with gr.Blocks() as demo:
117
  )
118
 
119
  # Launch the Gradio app
120
- demo.queue().launch()
 
117
  )
118
 
119
  # Launch the Gradio app
120
+ demo.queue().launch(ssr_mode=False)