fffiloni commited on
Commit
edab4d5
·
verified ·
1 Parent(s): b115cdd

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

Browse files
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)