File size: 126 Bytes
e86fa17
 
 
 
ddfb794
1
2
3
4
5
import gradio as gr

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

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