Shaffique Aljoofri commited on
Commit
e9a844b
·
1 Parent(s): 2c6ebd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ demo = gr.Interface(fn = captioner,
45
  title = "Image Captioning with BLIP",
46
  description = "Caption any image using the BLIP model",
47
  allow_flagging = "never",
48
- #examples = ["christmas_dog.jpeg", "bird_flight.jpeg", "cow.jpeg"]
49
  )
50
 
51
  demo.launch()
 
45
  title = "Image Captioning with BLIP",
46
  description = "Caption any image using the BLIP model",
47
  allow_flagging = "never",
48
+ examples = ["https://free-images.com/sm/9596/dog_animal_greyhound_983023.jpg"]
49
  )
50
 
51
  demo.launch()