Solves 500 error for some users

#4
by Tonic - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -431,4 +431,4 @@ with gr.Blocks(
431
  outputs=push_output,
432
  )
433
 
434
- demo.launch()
 
431
  outputs=push_output,
432
  )
433
 
434
+ demo.launch(ssr_mode=False)