Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MohamedRashad
/
Nanonets-OCR
like
75
Running
on
Zero
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
Solves 500 errors for some users
#4
by
Tonic
- opened
5 days ago
base:
refs/heads/main
←
from:
refs/pr/4
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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
)