Tonic commited on
Commit
8d11e37
·
verified ·
1 Parent(s): 55002dc

Fixes 500 error for some users

Browse files

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

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -591,4 +591,4 @@ with gr.Blocks() as demo:
591
  )
592
 
593
  # Launch the Gradio app
594
- demo.launch()
 
591
  )
592
 
593
  # Launch the Gradio app
594
+ demo.launch(ssr_mode=False)