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

Update app.py

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