added paper link
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ outputs = gr.outputs.Textbox(label="Caption")
|
|
35 |
|
36 |
description = "Gradio demo for FuseCap: Leveraging Large Language Models to Fuse Visual Data into Enriched Image Captions. This demo features a BLIP-based model, trained using FuseCap."
|
37 |
examples = [["surfer.jpg"], ["bike.jpg"]]
|
38 |
-
article = "<p style='text-align: center'><a href='
|
39 |
|
40 |
|
41 |
iface = gr.Interface(fn=inference,
|
|
|
35 |
|
36 |
description = "Gradio demo for FuseCap: Leveraging Large Language Models to Fuse Visual Data into Enriched Image Captions. This demo features a BLIP-based model, trained using FuseCap."
|
37 |
examples = [["surfer.jpg"], ["bike.jpg"]]
|
38 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2305.17718' target='_blank'>FuseCap: Leveraging Large Language Models to Fuse Visual Data into Enriched Image Captions</a>"
|
39 |
|
40 |
|
41 |
iface = gr.Interface(fn=inference,
|