Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mansari722
/
smoldolcemahdi
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mansari722
commited on
Mar 20
Commit
551e50f
·
verified
·
1 Parent(s):
4f5d54d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -23,4 +23,4 @@ iface = gr.Interface(
23
description="Upload a document image to extract text."
24
)
25
26
-
iface.launch()
23
description="Upload a document image to extract text."
24
)
25
26
+
iface.launch(
share=True
)