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
/
app.py
abidlabs
HF Staff
Create app.py
d570d55
over 2 years ago
raw
Copy download link
history
blame
Safe
70 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x,
"code"
,
"code"
).launch()