Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -134,10 +134,6 @@ def build_demo():
|
|
134 |
|
135 |
gr.Examples(
|
136 |
examples=[
|
137 |
-
{
|
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"]
|
@@ -150,6 +146,10 @@ def build_demo():
|
|
150 |
"text": "<image> <image> Which image shows an older dog?",
|
151 |
"files": ["./examples/image8.jpg", "./examples/image9.jpg"]
|
152 |
},
|
|
|
|
|
|
|
|
|
153 |
{
|
154 |
"text": "Write a description for the given image sequence in a single paragraph, what is happening in this episode?",
|
155 |
"files": ["./examples/image3.jpg", "./examples/image4.jpg", "./examples/image5.jpg", "./examples/image6.jpg", "./examples/image7.jpg"]
|
|
|
134 |
|
135 |
gr.Examples(
|
136 |
examples=[
|
|
|
|
|
|
|
|
|
137 |
{
|
138 |
"text": "<image> <image> <image> Which image shows a different mood of character from the others?",
|
139 |
"files": ["./examples/image12.jpg", "./examples/image13.jpg", "./examples/image14.jpg"]
|
|
|
146 |
"text": "<image> <image> Which image shows an older dog?",
|
147 |
"files": ["./examples/image8.jpg", "./examples/image9.jpg"]
|
148 |
},
|
149 |
+
{
|
150 |
+
"text": "<image> <image> How many dices are there in image 1 and image 2 respectively?",
|
151 |
+
"files": ["./examples/image10.jpg", "./examples/image11.jpg"]
|
152 |
+
},
|
153 |
{
|
154 |
"text": "Write a description for the given image sequence in a single paragraph, what is happening in this episode?",
|
155 |
"files": ["./examples/image3.jpg", "./examples/image4.jpg", "./examples/image5.jpg", "./examples/image6.jpg", "./examples/image7.jpg"]
|