noamrot commited on
Commit
e3b65d8
1 Parent(s): 71b1d2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 to Fuse Visual Data into Enriched 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 to Fuse Visual Data into Enriched Image Captions</a>"
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,