Spaces:
Runtime error
Runtime error
Commit
·
f88f682
1
Parent(s):
aed8377
Update app.py
Browse files
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
|
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 |
|