add examples
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ inputs = [gr.Image(type='pil', interactive=False),]
|
|
34 |
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 = [["birthday_dog.jpeg"], ["surfer.
|
38 |
article = "<p style='text-align: center'><a href='google.com' target='_blank'>place holder</a>/p>"
|
39 |
|
40 |
|
|
|
34 |
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 = [["birthday_dog.jpeg"], ["surfer.jpg"], ["bike.jpg"]]
|
38 |
article = "<p style='text-align: center'><a href='google.com' target='_blank'>place holder</a>/p>"
|
39 |
|
40 |
|