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
May 5
Commit
8b9c3da
·
verified
·
1 Parent(s):
4b6818f
Fix gradio launch
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(
share = True
)
123
)
124
125
if __name__ == "__main__":
126
+
demo.launch()