pwa-test / app.py
whitphx's picture
whitphx HF staff
Add `pwa=True`
93928d5 verified
raw
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")