fffiloni commited on
Commit
ae8b9ea
·
verified ·
1 Parent(s): 1e6162c

Disable SSR mode to avoid error 500 for some users

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