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