Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Emerging-Tech
/
docreader
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Nikhil0987
commited on
Feb 28, 2024
Commit
52eb90d
·
verified
·
1 Parent(s):
9d54a8c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -144,4 +144,4 @@ with gr.Blocks() as demo:
144
outputs=[show_img]
145
)
146
147
-
demo.launch()
144
outputs=[show_img]
145
)
146
147
+
demo.launch(
server_port=7861
)