Tonic commited on
Commit
0aea0bf
·
verified ·
1 Parent(s): 9743771

Fixes 500 error for some users

Browse files

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

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -317,4 +317,4 @@ demo.queue().launch(show_api=False, show_error=True)
317
 
318
 
319
  if __name__ == "__main__":
320
- demo.launch()
 
317
 
318
 
319
  if __name__ == "__main__":
320
+ demo.launch(ssr_mode=False)