Pranav0gp commited on
Commit
b2fbea8
·
1 Parent(s): d8aaee0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,6 +37,6 @@ demo = gr.Interface(fn=captioner,
37
  title="Image Captioning with BLIP",
38
  description="Caption any image using the BLIP model",
39
  allow_flagging="never",
40
- examples=["/kaggle/input/images/dry land.jpg", "/kaggle/input/images/hills.jpg", "/kaggle/input/images/house.jpg"])
41
 
42
  demo.launch(inline=False)
 
37
  title="Image Captioning with BLIP",
38
  description="Caption any image using the BLIP model",
39
  allow_flagging="never",
40
+ examples=["dry land.jpg", "hills.jpg", "house.jpg","space.png"])
41
 
42
  demo.launch(inline=False)