DongfuJiang commited on
Commit
d50939e
2 Parent(s): 669c11e 3f25e3e

Merge branch 'main' of https://huggingface.co/spaces/TIGER-Lab/Mantis

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -167,10 +167,6 @@ Mantis is a multimodal conversational AI model that can chat with users about im
167
 
168
  gr.Examples(
169
  examples=[
170
- {
171
- "text": "<image> <image> How many dices are there in image 1 and image 2 respectively?",
172
- "files": ["./examples/image10.jpg", "./examples/image15.jpg"]
173
- },
174
  {
175
  "text": "<image> <image> <image> Which image shows a different mood of character from the others?",
176
  "files": ["./examples/image12.jpg", "./examples/image13.jpg", "./examples/image14.jpg"]
@@ -187,6 +183,10 @@ Mantis is a multimodal conversational AI model that can chat with users about im
187
  "text": "Write a description for the given image sequence in a single paragraph, what is happening in this episode?",
188
  "files": ["./examples/image3.jpg", "./examples/image4.jpg", "./examples/image5.jpg", "./examples/image6.jpg", "./examples/image7.jpg"]
189
  },
 
 
 
 
190
  ],
191
  inputs=[chat_input],
192
  )
 
167
 
168
  gr.Examples(
169
  examples=[
 
 
 
 
170
  {
171
  "text": "<image> <image> <image> Which image shows a different mood of character from the others?",
172
  "files": ["./examples/image12.jpg", "./examples/image13.jpg", "./examples/image14.jpg"]
 
183
  "text": "Write a description for the given image sequence in a single paragraph, what is happening in this episode?",
184
  "files": ["./examples/image3.jpg", "./examples/image4.jpg", "./examples/image5.jpg", "./examples/image6.jpg", "./examples/image7.jpg"]
185
  },
186
+ {
187
+ "text": "<image> <image> How many dices are there in image 1 and image 2 respectively?",
188
+ "files": ["./examples/image10.jpg", "./examples/image15.jpg"]
189
+ },
190
  ],
191
  inputs=[chat_input],
192
  )