whitphx HF staff commited on
Commit
afcf1ce
·
1 Parent(s): 58e3bc3
Files changed (2) hide show
  1. app.py +1 -1
  2. cheetah.jpg +0 -0
app.py CHANGED
@@ -2,4 +2,4 @@ import gradio as gr
2
 
3
  demo = gr.Interface(lambda x: "cheetah.jpg", "textbox", "image", title="Cheetah Generator")
4
 
5
- demo.launch()
 
2
 
3
  demo = gr.Interface(lambda x: "cheetah.jpg", "textbox", "image", title="Cheetah Generator")
4
 
5
+ demo.launch(favicon_path="cheetah.jpg")
cheetah.jpg ADDED