abidlabs HF staff commited on
Commit
72f9708
1 Parent(s): b6a63e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
  import gradio as gr
2
 
3
 
4
- gr.Interface(lambda x: ["lion.jpg"], "textbox", "gallery").launch()
 
1
  import gradio as gr
2
 
3
 
4
+ gr.Interface(lambda x: ["cheetah1.jpg"], "textbox", "gallery").launch()