Update app.py
Browse files
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."
|