Disables SSR gradio mode to avoid error 500 and UI displaying bugs for some users

#68
by fffiloni - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -436,4 +436,4 @@ with iface:
436
  """
437
  )
438
 
439
- iface.queue(max_size=20).launch()
 
436
  """
437
  )
438
 
439
+ iface.queue(max_size=20).launch(ssr_mode=False)