fixes 500 error for some users

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