wenhu commited on
Commit
3f25e3e
1 Parent(s): 75c15ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -159,10 +159,6 @@ Mantis is a multimodal conversational AI model that can chat with users about im
159
 
160
  gr.Examples(
161
  examples=[
162
- {
163
- "text": "<image> <image> How many dices are there in image 1 and image 2 respectively?",
164
- "files": ["./examples/image10.jpg", "./examples/image15.jpg"]
165
- },
166
  {
167
  "text": "<image> <image> <image> Which image shows a different mood of character from the others?",
168
  "files": ["./examples/image12.jpg", "./examples/image13.jpg", "./examples/image14.jpg"]
@@ -179,6 +175,10 @@ Mantis is a multimodal conversational AI model that can chat with users about im
179
  "text": "Write a description for the given image sequence in a single paragraph, what is happening in this episode?",
180
  "files": ["./examples/image3.jpg", "./examples/image4.jpg", "./examples/image5.jpg", "./examples/image6.jpg", "./examples/image7.jpg"]
181
  },
 
 
 
 
182
  ],
183
  inputs=[chat_input],
184
  )
 
159
 
160
  gr.Examples(
161
  examples=[
 
 
 
 
162
  {
163
  "text": "<image> <image> <image> Which image shows a different mood of character from the others?",
164
  "files": ["./examples/image12.jpg", "./examples/image13.jpg", "./examples/image14.jpg"]
 
175
  "text": "Write a description for the given image sequence in a single paragraph, what is happening in this episode?",
176
  "files": ["./examples/image3.jpg", "./examples/image4.jpg", "./examples/image5.jpg", "./examples/image6.jpg", "./examples/image7.jpg"]
177
  },
178
+ {
179
+ "text": "<image> <image> How many dices are there in image 1 and image 2 respectively?",
180
+ "files": ["./examples/image10.jpg", "./examples/image15.jpg"]
181
+ },
182
  ],
183
  inputs=[chat_input],
184
  )