Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
abidlabs/test-new-mcp
abidlabs
/
test-new-mcp2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4ee5e21
test-new-mcp2
/
app.py
abidlabs
HF Staff
Update app.py
4ee5e21
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
85 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x,
"text"
,
"text"
).launch(mcp_server=
True
)