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