chrisjcc commited on
Commit
9e93eaf
·
verified ·
1 Parent(s): 9287b34

Setup to find imagines in images folder

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ demo = gr.Interface(fn=captioner,
30
  title="Image Captioning with BLIP",
31
  description="Caption any image using the BLIP model",
32
  allow_flagging="never",
33
- examples=["christmas_dog.jpeg", "bird_flight.jpeg", "cow.jpeg"])
34
 
35
  demo.launch(
36
  share=True,
 
30
  title="Image Captioning with BLIP",
31
  description="Caption any image using the BLIP model",
32
  allow_flagging="never",
33
+ examples=["images/christmas_dog.jpg", "images/bird_flight.jpg", "images/cow.jpg"])
34
 
35
  demo.launch(
36
  share=True,