Tonic commited on
Commit
144ab4f
·
verified ·
1 Parent(s): 69751c5

fixes 500 error for some users

Browse files

![image.png](/static-proxy?url=https%3A%2F%2Fcdn-uploads.huggingface.co%2Fproduction%2Fuploads%2F62a3bb1cd0d8c2c2169f0b88%2FeceY9CVm4uFTlOnONivkw.png)%3C!-- HTML_TAG_END -->

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -231,4 +231,4 @@ if __name__ == "__main__":
231
 
232
  # Create and launch the interface
233
  app = create_interface()
234
- app.launch()
 
231
 
232
  # Create and launch the interface
233
  app = create_interface()
234
+ app.launch(ssr_mode = False)