Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mohammad2928git
/
OCR_V1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mohammad2928git
commited on
15 days ago
Commit
3ef1009
·
verified
·
1 Parent(s):
1f7f062
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -138,6 +138,6 @@ demo = gr.Interface(
138
139
)
140
# demo.launch(enable_queue = False)
141
-
demo.launch()
142
143
138
139
)
140
# demo.launch(enable_queue = False)
141
+
demo.launch(
share=True
)
142
143