Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prithivMLmods
/
Multimodal-OCR
like
232
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
prithivMLmods
commited on
about 23 hours ago
Commit
2d88a57
·
verified
·
1 Parent(s):
ddbddaf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -171,4 +171,4 @@ demo = gr.ChatInterface(
171
],
172
)
173
174
-
demo.launch(debug=True, ssr_mode=False)
171
],
172
)
173
174
+
demo.launch(
share=True, mcp_server=True,
debug=True, ssr_mode=False)