Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
pwa-test
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
pwa-test
/
app.py
abidlabs
HF staff
Update app.py
b9fae01
verified
4 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
153 Bytes
import
gradio
as
gr
demo = gr.Interface(
lambda
x:
"cheetah.jpg"
,
"textbox"
,
"image"
, title=
"Cheetah Generator"
)
demo.launch(favicon_path=
"cheetah.jpg"
)