linoyts HF Staff fffiloni commited on
Commit
2e78c12
·
verified ·
1 Parent(s): 1e6162c

Disable SSR mode to avoid error 500 for some users (#1)

Browse files

- Disable SSR mode to avoid error 500 for some users (ae8b9ea9a37f766570e2b8e4bf9fcdcaea504afe)


Co-authored-by: Sylvain Filoni <[email protected]>

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)