File size: 180 Bytes
58e3bc3
 
 
 
f625e48
1
2
3
4
5
6
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)