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

fixes 500 error for some users

Browse files

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

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)