Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
gradio-docker
like
0
Running
on
CPU Upgrade
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cb23cc9
gradio-docker
/
app.py
abidlabs
HF Staff
Update app.py
9aff34e
verified
9 months ago
raw
Copy download link
history
blame
Safe
89 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x,
"textbox"
,
"textbox"
).launch(ssr_mode=
True
)