Fixes 500 errors for some users

#2
by Tonic - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,5 +260,5 @@ with gr.Blocks() as demo:
260
  gr.Markdown(article)
261
 
262
  # launch
263
- demo.launch()
264
 
 
260
  gr.Markdown(article)
261
 
262
  # launch
263
+ demo.launch(ssr_mode=False)
264