gradio-pwa-test / app.py
whitphx's picture
whitphx HF staff
Disable SSR
f625e48
raw
history blame
180 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", ssr_mode=False)