Tonic commited on
Commit
f6d26f6
·
verified ·
1 Parent(s): cd192ee

Fixes 500 error for some users

Browse files

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

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,4 +173,4 @@ with demo:
173
  )
174
 
175
  if __name__ == "__main__":
176
- demo.launch(debug=False, share=True)
 
173
  )
174
 
175
  if __name__ == "__main__":
176
+ demo.launch(debug=False, share=True, ssr_mode=False)