Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-code
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d570d55
test-code
/
app.py
abidlabs
HF Staff
Create app.py
d570d55
about 3 years ago
raw
Copy download link
history
blame
70 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x,
"code"
,
"code"
).launch()