AjithBharadwaj commited on
Commit
6c88315
·
1 Parent(s): c9ea326

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "bird_flight.jpeg", "cow.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)