teowu commited on
Commit
235ad19
·
verified ·
1 Parent(s): 5cde7b4

Update kimi_vl/serve/examples.py

Browse files
Files changed (1) hide show
  1. kimi_vl/serve/examples.py +5 -5
kimi_vl/serve/examples.py CHANGED
@@ -9,18 +9,18 @@ EXAMPLES_LIST = [
9
  "Where am I?",
10
  ],
11
  [
12
- ["images/demo2.jpeg"],
13
- "Based on the abstract above, write a concise and elegant Twitter post that highlights key points and figures without sounding overly promotional. Use English, include emojis and hashtags.",
14
  ],
15
  [
16
- ["images/demo3.jpeg"],
17
- "If you are free, what would you most like to do?"
18
  ],
19
  # mulit-frames example
20
  [
21
  ["images/demo4.jpeg", "images/demo5.jpeg"],
22
  "Please infer step by step who this manuscript belongs to and what it records."
23
- ],
24
  ]
25
 
26
 
 
9
  "Where am I?",
10
  ],
11
  [
12
+ ["images/demo2.jpeg", "images/demo3.jpeg"],
13
+ "Based on the abstract and introduction above, write a concise and elegant Twitter post that highlights key points and figures without sounding overly promotional. Use English, include emojis and hashtags.",
14
  ],
15
  [
16
+ ["images/demo6.jpeg"],
17
+ "Create a role play modeled after this cat."
18
  ],
19
  # mulit-frames example
20
  [
21
  ["images/demo4.jpeg", "images/demo5.jpeg"],
22
  "Please infer step by step who this manuscript belongs to and what it records."
23
+ ]
24
  ]
25
 
26