noamrot commited on
Commit
6b15e88
1 Parent(s): b18f431

added paper link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='google.com' target='_blank'>place holder</a>"
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,