DongfuJiang commited on
Commit
34a094f
1 Parent(s): a7a2242
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ Mantis is a multimodal conversational AI model that can chat with users about im
123
  gr.Examples(
124
  examples=[
125
  {
126
- "text": "<image> <image> How many dices are there in each image?",
127
  "files": ["./examples/image10.jpg", "./examples/image11.jpg"]
128
  },
129
  {
 
123
  gr.Examples(
124
  examples=[
125
  {
126
+ "text": "<image> <image> How many dices are there in image 1 and image 2 respectively?",
127
  "files": ["./examples/image10.jpg", "./examples/image11.jpg"]
128
  },
129
  {