Spaces:
Sleeping
Sleeping
Ashish Soni
commited on
Commit
·
73eb077
1
Parent(s):
0f6f5ab
Update app.py
Browse files
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
|
15 |
-
description="Caption any image using the
|
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()
|