Tonic commited on
Commit
f8a4ecd
·
verified ·
1 Parent(s): 9ee4df3

Solves 500 errors for some users

Browse files

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

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,4 +226,4 @@ with gr.Blocks(title="Nanonets OCR Demo") as demo:
226
  """)
227
 
228
  if __name__ == "__main__":
229
- demo.queue().launch()
 
226
  """)
227
 
228
  if __name__ == "__main__":
229
+ demo.queue().launch(ssr_mode=False)