lampongyuen commited on
Commit
f88f682
·
1 Parent(s): aed8377

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ demo = gr.Interface(fn=captioner,
20
  inputs=[gr.Image(label="Upload image", type="pil")],
21
  outputs=[gr.Textbox(label="Caption")],
22
  title="Image Captioning with BLIP",
23
- description="Caption any image using the BLIP model",
24
  allow_flagging="never")
25
  demo.launch()
26
 
 
20
  inputs=[gr.Image(label="Upload image", type="pil")],
21
  outputs=[gr.Textbox(label="Caption")],
22
  title="Image Captioning with BLIP",
23
+ description="Caption any image using the model-Salesforce/blip-image-captioning-base",
24
  allow_flagging="never")
25
  demo.launch()
26