Tonic commited on
Commit
c66819e
·
verified ·
1 Parent(s): 893c5ca

Solves 500 error for some users

Browse files

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


does not increase latency in any way

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -213,4 +213,5 @@ if __name__ == "__main__":
213
  server_name="0.0.0.0",
214
  server_port=7860,
215
  share=True,
 
216
  )
 
213
  server_name="0.0.0.0",
214
  server_port=7860,
215
  share=True,
216
+ ssr_mode=False
217
  )