Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tonic
/
GOT-OCR
like
163
Running
on
Zero
App
Files
Files
Community
5
Tonic
commited on
about 1 month ago
Commit
32758c1
β’
1 Parent(s):
72a93ab
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(
ssr_mode = False
)
290
291
if __name__ == "__main__":
292
cleanup_old_files()
293
+
demo.launch()