Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tonic
/
GOT-OCR
like
159
Runtime error
App
Files
Files
Community
5
Tonic
commited on
about 15 hours ago
Commit
72a93ab
β’
1 Parent(s):
8d2421e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -290,4 +290,4 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
290
291
if __name__ == "__main__":
292
cleanup_old_files()
293
-
demo.launch()
290
291
if __name__ == "__main__":
292
cleanup_old_files()
293
+
demo.launch(
ssr_mode = False
)