Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
leonarb
/
olmocr-demo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
leonarb
commited on
20 days ago
Commit
683e2df
·
verified
·
1 Parent(s):
d827f57
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -123,4 +123,4 @@ demo = gr.Interface(
123
)
124
125
if __name__ == "__main__":
126
-
demo.launch()
123
)
124
125
if __name__ == "__main__":
126
+
demo.launch(
share = True
)