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