Solves 500 error for some users

#1
by Tonic - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,4 +129,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
129
  outputs=image_output
130
  )
131
 
132
- iface.launch()
 
129
  outputs=image_output
130
  )
131
 
132
+ iface.launch(ssr_mode=False)