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