Fixes 500 error for some users

#2
by Tonic - opened
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)