Tonic commited on
Commit
29f1670
·
verified ·
1 Parent(s): a91616c

Solves 500 error for some users

Browse files

![image.png](https://cdn-uploads.huggingface.co/production/uploads/62a3bb1cd0d8c2c2169f0b88/qMG03DGip5YL-_GV07gg_.png)

with no performance hit

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -266,4 +266,4 @@ else:
266
  )
267
 
268
  if __name__ == "__main__":
269
- demo.launch(debug=True)
 
266
  )
267
 
268
  if __name__ == "__main__":
269
+ demo.launch(debug=True, ssr_mode=False)