Fixes 500 error for some users

#7
by Tonic - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -337,4 +337,4 @@ with gr.Blocks() as app:
337
  )
338
 
339
  if __name__ == "__main__":
340
- app.launch(share=True)
 
337
  )
338
 
339
  if __name__ == "__main__":
340
+ app.launch(share=True, ssr_mode = False)