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