Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-mcp-2
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
10c415f
test-mcp-2
/
app.py
abidlabs
HF Staff
Create app.py
10c415f
verified
21 days ago
raw
Copy download link
history
blame
Safe
91 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x,
"textbox"
,
"textbox"
).launch(mcp_server=
True
)