Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
pwa-test
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
a4f3f5e
pwa-test
/
app.py
abidlabs
HF staff
Create app.py
e86fa17
verified
3 months ago
raw
Copy download link
history
blame
Safe
100 Bytes
import
gradio
as
gr
demo = gr.Interface(
lambda
x:
"cheetah.jpg"
,
"textbox"
,
"image"
)
demo.launch()