Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gaunernst/layoutlm-docvqa-paddleocr
PrimWong
/
fyn-layoutlm-docvqa-paddleocr
like
0
Paused
App
Files
Files
Community
gaunernst
commited on
Dec 6, 2023
Commit
b789e36
•
1 Parent(s):
aa98fcd
add server-name and server-port
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -69,4 +69,4 @@ gr.Interface(
69
gr.Number(label="Score"),
70
gr.Image(label="OCR results"),
71
],
72
-
).launch()
69
gr.Number(label="Score"),
70
gr.Image(label="OCR results"),
71
],
72
+
).launch(
server_name="0.0.0.0", server_port=7860
)