Tonic commited on
Commit
c4a65cc
·
verified ·
1 Parent(s): 85ab008

Solves 500 error for some users

Browse files

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

with no loss of performance

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -341,4 +341,4 @@ Proactively participate in the agile development process sprints, providing effo
341
  )
342
 
343
 
344
- demo.launch(debug=True, share=True)
 
341
  )
342
 
343
 
344
+ demo.launch(debug=True, share=True, ssr_mode=False)