fixes 500 error for some users

#3
by Tonic - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -248,4 +248,4 @@ with gr.Blocks() as demo:
248
  outputs=image_output
249
  )
250
 
251
- demo.launch(share=True)
 
248
  outputs=image_output
249
  )
250
 
251
+ demo.launch(share=True, ssr_mode = False)