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