fixes 500 error for some users

#7
by Tonic - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -583,4 +583,4 @@ with gr.Blocks(css=css, delete_cache=(60, 60)) as app:
583
  )
584
 
585
  app.queue()
586
- app.launch()
 
583
  )
584
 
585
  app.queue()
586
+ app.launch(ssr_mode = False)