Fixes 500 error for some users

#1
by Tonic - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -408,4 +408,4 @@ with gr.Blocks(css=css) as demo:
408
  show_api = False
409
  )
410
 
411
- demo.launch(show_api=False, debug=True, show_error=True)
 
408
  show_api = False
409
  )
410
 
411
+ demo.launch(show_api=False, debug=True, show_error=True, ssr_mode = False)