Tonic commited on
Commit
e9d204d
·
verified ·
1 Parent(s): 2d87b61

Fixes 500 error for some users

Browse files

![image.png](https://cdn-uploads.huggingface.co/production/uploads/62a3bb1cd0d8c2c2169f0b88/0UT2-9OssVGOwTnns-G6C.png)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -737,4 +737,4 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue="indigo", neutral_hue="
737
 
738
  if __name__ == "__main__":
739
  demo.queue(default_concurrency_limit=20)
740
- demo.launch()
 
737
 
738
  if __name__ == "__main__":
739
  demo.queue(default_concurrency_limit=20)
740
+ demo.launch(ssr_mode=False)