Spaces:
Sleeping
Sleeping
AjithBharadwaj
commited on
Commit
·
6c88315
1
Parent(s):
c9ea326
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,6 @@ demo = gr.Interface(fn=captioner,
|
|
17 |
title="Image Captioning with BLIP",
|
18 |
description="Caption any image using the BLIP model",
|
19 |
allow_flagging="never",
|
20 |
-
examples=["christmas_dog.jpeg", "
|
21 |
|
22 |
demo.launch(inline=False)
|
|
|
17 |
title="Image Captioning with BLIP",
|
18 |
description="Caption any image using the BLIP model",
|
19 |
allow_flagging="never",
|
20 |
+
examples=["christmas_dog.jpeg", "cow.jpeg"])
|
21 |
|
22 |
demo.launch(inline=False)
|