solves 500 error for some users

#4
by Tonic - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,4 +173,4 @@ with gr.Blocks(css=css) as demo:
173
  )
174
 
175
  if __name__ == "__main__":
176
- demo.launch()
 
173
  )
174
 
175
  if __name__ == "__main__":
176
+ demo.launch(ssr_mode=False)