File size: 154 Bytes
58e3bc3
 
 
 
8c509ae
1
2
3
4
5
6
import gradio as gr

demo = gr.Interface(lambda x: "cheetah.jpg", "textbox", "image", title="Cheetah Generator")

demo.launch(favicon_path="cheetah.jpg")