Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
gradio-docker
like
0
Running
on
CPU Upgrade
App
Files
Files
Community
85ddcc6
gradio-docker
/
app.py
abidlabs
HF staff
Create app.py
85ddcc6
verified
3 months ago
raw
Copy download link
history
blame
Safe
76 Bytes
import
gradio
as
gr
gr.Interface(
lambda
x:x,
"textbox"
,
"textbox"
).launch()