Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,9 +19,9 @@ def inference(raw_image):
|
|
19 |
inputs = [gr.Image(type='pil', interactive=False),]
|
20 |
outputs = gr.outputs.Textbox(label="Caption")
|
21 |
|
22 |
-
description = "Gradio demo for FuseCap: Leveraging Large Language Models
|
23 |
examples = [["surfer.jpg"], ["bike.jpg"]]
|
24 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2305.17718' target='_blank'>FuseCap: Leveraging Large Language Models
|
25 |
|
26 |
|
27 |
iface = gr.Interface(fn=inference,
|
|
|
19 |
inputs = [gr.Image(type='pil', interactive=False),]
|
20 |
outputs = gr.outputs.Textbox(label="Caption")
|
21 |
|
22 |
+
description = "Gradio demo for FuseCap: Leveraging Large Language Models for Enriched Fused Image Captions. This demo features a BLIP-based model, trained using FuseCap."
|
23 |
examples = [["surfer.jpg"], ["bike.jpg"]]
|
24 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2305.17718' target='_blank'>FuseCap: Leveraging Large Language Models for Enriched Fused Image Captions</a>"
|
25 |
|
26 |
|
27 |
iface = gr.Interface(fn=inference,
|