Spaces:
Sleeping
Sleeping
Ashish Soni
commited on
Commit
·
0f6f5ab
1
Parent(s):
46df390
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ 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
|
15 |
description="Caption any image using the BLIP model",
|
16 |
allow_flagging="never")
|
17 |
|
|
|
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 |
|