Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gradio
/
test_2_main
like
0
Sleeping
App
Files
Files
Community
main
test_2_main
File size: 70 Bytes
d07cc59
1
2
3
import
gradio
as
gr gr.Interface(
lambda
x:x,
"text"
,
"text"
).launch()