Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-pwa
like
0
Running
App
Files
Files
Community
80113e8
test-pwa
/
app.py
abidlabs
HF staff
Create app.py
80113e8
verified
9 days ago
raw
Copy download link
history
blame
Safe
76 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x,
"textbox"
,
"textbox"
).launch()