Disable SSR mode to avoid error 500 for some users

#1
by fffiloni - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -304,4 +304,4 @@ based on the implementations of [@raven38](https://github.com/raven38) & [@DarkM
304
 
305
 
306
  if __name__ == "__main__":
307
- demo.launch()
 
304
 
305
 
306
  if __name__ == "__main__":
307
+ demo.launch(ssr_mode=False)