Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-code
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d570d55
test-code
File size: 70 Bytes
d570d55
1
2
3
import
gradio
as
gr gr.Interface(
lambda
x:x,
"code"
,
"code"
).launch()