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...
refs/pr/1
pwa-test
/
app.py
whitphx
HF staff
Add `pwa=True`
93928d5
verified
2 months ago
raw
Copy download link
history
blame
163 Bytes
import
gradio
as
gr
demo = gr.Interface(
lambda
x:
"cheetah.jpg"
,
"textbox"
,
"image"
, title=
"Cheetah Generator"
)
demo.launch(pwa=
True
, favicon_path=
"cheetah.jpg"
)