Tonic commited on
Commit
11a4007
1 Parent(s): 4ea1192

fixes 500 error for some users

Browse files

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

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -231,4 +231,4 @@ with gr.Blocks(css=css) as demo:
231
  )
232
 
233
  # Launch the Gradio app
234
- demo.launch()
 
231
  )
232
 
233
  # Launch the Gradio app
234
+ demo.launch(ssr_mode = False)