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