Ashish Soni commited on
Commit
73eb077
·
1 Parent(s): 0f6f5ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ gr.close_all()
11
  demo = gr.Interface(fn=captioner,
12
  inputs=[gr.Image(label="Upload image", type="pil")],
13
  outputs=[gr.Textbox(label="Caption")],
14
- title="Image Captioning with `Salesforce/blip-image-captioning-base` model",
15
- description="Caption any image using the BLIP model",
16
  allow_flagging="never")
17
 
18
  demo.launch()
 
11
  demo = gr.Interface(fn=captioner,
12
  inputs=[gr.Image(label="Upload image", type="pil")],
13
  outputs=[gr.Textbox(label="Caption")],
14
+ title="Image Captioning with BLIP model",
15
+ description="Caption any image using the `Salesforce/blip-image-captioning-base` model ",
16
  allow_flagging="never")
17
 
18
  demo.launch()