Spaces:
Runtime error
Runtime error
DongfuJiang
commited on
Commit
•
7c236a6
1
Parent(s):
98fd5ec
udpate
Browse files- app.py +4 -0
- examples/image12.jpg +0 -0
- examples/image13.jpg +0 -0
- examples/image14.jpg +0 -0
app.py
CHANGED
@@ -138,6 +138,10 @@ def build_demo():
|
|
138 |
"text": "<image> <image> How many dices are there in image 1 and image 2 respectively?",
|
139 |
"files": ["./examples/image10.jpg", "./examples/image11.jpg"]
|
140 |
},
|
|
|
|
|
|
|
|
|
141 |
{
|
142 |
"text": "<image> <image> What's the difference between these two images? Please describe as much as you can.",
|
143 |
"files": ["./examples/image1.jpg", "./examples/image2.jpg"]
|
|
|
138 |
"text": "<image> <image> How many dices are there in image 1 and image 2 respectively?",
|
139 |
"files": ["./examples/image10.jpg", "./examples/image11.jpg"]
|
140 |
},
|
141 |
+
{
|
142 |
+
"text": "<image> <image> <image> Which image shows a different mood of character from the others?",
|
143 |
+
"files": ["./examples/image12.jpg", "./examples/image13.jpg", "./examples/image14.jpg"]
|
144 |
+
},
|
145 |
{
|
146 |
"text": "<image> <image> What's the difference between these two images? Please describe as much as you can.",
|
147 |
"files": ["./examples/image1.jpg", "./examples/image2.jpg"]
|
examples/image12.jpg
ADDED
examples/image13.jpg
ADDED
examples/image14.jpg
ADDED