Spaces:
Running
on
Zero
Running
on
Zero
Update kimi_vl/serve/examples.py
Browse files
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/
|
17 |
-
"
|
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 |
|