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