Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alfonsovelp
/
lynk-ocr-v2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
alfonsovelp
commited on
Mar 19, 2024
Commit
21d294e
·
verified
·
1 Parent(s):
81b390f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -13,6 +13,7 @@ iface = gr.Interface(
13
inputs=gr.inputs.Image(),
14
outputs="text",
15
live=True,
16
)
17
18
iface.launch()
13
inputs=gr.inputs.Image(),
14
outputs="text",
15
live=True,
16
+
server_port=7862
17
)
18
19
iface.launch()