abdulsamad commited on
Commit
13ad427
·
1 Parent(s): 387f443

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -61,7 +61,10 @@ demo = gr.Interface(fn=get_completion,
61
  outputs=[gr.Textbox(label="Caption")],
62
  title="Image Captioning with BLIP",
63
  description="Caption any image using the BLIP model",
64
- allow_flagging="never")
 
 
 
65
 
66
 
67
 
 
61
  outputs=[gr.Textbox(label="Caption")],
62
  title="Image Captioning with BLIP",
63
  description="Caption any image using the BLIP model",
64
+ allow_flagging="never",
65
+ examples=["rottweiler_puppy_dog_background_4.jpg", "rottweiler_dog_wedding_dresses.jpg", "cheetah_animal_predator_525169.jpg",
66
+ "woman_cheetah_animal_human.jpg","man_stands_near_wild.jpg","calidris_alba_bird_nature.jpg"]
67
+ )
68
 
69
 
70