nielsr HF staff commited on
Commit
d1536f3
·
1 Parent(s): 3a227f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def generate_captions(image):
34
  return caption_git, caption_blip
35
 
36
 
37
- examples = [["cats.jpg", "stop_sign.png"]]
38
 
39
  title = "Interactive demo: comparing image captioning models"
40
  description = "Gradio Demo to compare GIT and BLIP, 2 state-of-the-art captioning models. To use it, simply upload your image and click 'submit', or click one of the examples to load them. Read more at the links below."
 
34
  return caption_git, caption_blip
35
 
36
 
37
+ examples = [["cats.jpg"], ["stop_sign.png"]]
38
 
39
  title = "Interactive demo: comparing image captioning models"
40
  description = "Gradio Demo to compare GIT and BLIP, 2 state-of-the-art captioning models. To use it, simply upload your image and click 'submit', or click one of the examples to load them. Read more at the links below."