add examples
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 = [["birthday_dog.jpeg"], ["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 = [["birthday_dog.jpeg"], ["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,
|
bike.jpg
CHANGED