Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
avsolatorio
/
test-data-mcp-server
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ac28a84
test-data-mcp-server
/
app.py
avsolatorio
Update gradio app
dcced35
7 months ago
raw
Copy download link
history
blame
Safe
134 Bytes
from
wdi_mcp_gradio
import
build_interface
if
__name__ ==
"__main__"
:
demo = build_interface()
demo.launch(mcp_server=
True
)