Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dl4eo
/
ship-detection-optical-satellite
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jeffaudi
commited on
26 days ago
Commit
d21ad11
·
verified
·
1 Parent(s):
47a721d
Added API and MCP server
Browse files
Files changed (1)
hide
show
app.py
+3
-2
app.py
CHANGED
Viewed
@@ -150,6 +150,7 @@ with demo:
150
151
demo.launch(
152
inline=False,
153
-
show_api=
False
,
154
-
debug=False
155
)
150
151
demo.launch(
152
inline=False,
153
+
show_api=
True
,
154
+
debug=False
,
155
+
mcp_server=True
156
)