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

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=["dry land.jpg", "hills.jpg", "house.jpg","space.png"])
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=[])
41
 
42
  demo.launch(inline=False)