gradio-pwa-test / app.py
whitphx's picture
whitphx HF staff
Update app.py
8c509ae verified
raw
history blame contribute delete
154 Bytes
import gradio as gr
demo = gr.Interface(lambda x: "cheetah.jpg", "textbox", "image", title="Cheetah Generator")
demo.launch(favicon_path="cheetah.jpg")