Spaces:
Runtime error
Runtime error
joaomorossini
commited on
Commit
•
a8c5eed
1
Parent(s):
89ffa61
Update app.py
Browse filesAdded example images
app.py
CHANGED
@@ -87,6 +87,13 @@ demo = gr.Interface(
|
|
87 |
title="COMPARE DIFFERENT IMAGE CAPTIONING MODELS",
|
88 |
description="Upload an image and see how different models caption it",
|
89 |
allow_flagging="never",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
)
|
91 |
|
92 |
demo.launch(share=True, debug=True)
|
|
|
87 |
title="COMPARE DIFFERENT IMAGE CAPTIONING MODELS",
|
88 |
description="Upload an image and see how different models caption it",
|
89 |
allow_flagging="never",
|
90 |
+
examples=[
|
91 |
+
"example_1.jpg",
|
92 |
+
"example_2.jpg",
|
93 |
+
"example_3.jpg",
|
94 |
+
"example_4.jpg",
|
95 |
+
"example_5.png",
|
96 |
+
],
|
97 |
)
|
98 |
|
99 |
demo.launch(share=True, debug=True)
|