Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -439,7 +439,7 @@ def create_demo(models):
|
|
439 |
examples = gr.Examples(
|
440 |
examples=[
|
441 |
[
|
442 |
-
"
|
443 |
"A conversation between User and Assistant. The user asks a question, and the Assistant solves it. The assistant first thinks about the reasoning process in the mind and then provides the user with the answer. The reasoning process and answer are enclosed within <think> </think> and <answer> </answer> tags, respectively, i.e., <think> reasoning process here </think><answer> answer here </answer>.",
|
444 |
"tomato",
|
445 |
"ripe tomato",
|
@@ -447,7 +447,7 @@ def create_demo(models):
|
|
447 |
20,
|
448 |
],
|
449 |
[
|
450 |
-
"
|
451 |
"A conversation between User and Assistant. The user asks a question, and the Assistant solves it. The assistant first thinks about the reasoning process in the mind and then provides the user with the answer. The reasoning process and answer are enclosed within <think> </think> and <answer> </answer> tags, respectively, i.e., <think> reasoning process here </think><answer> answer here </answer>.",
|
452 |
"helmet",
|
453 |
"the forth helmet from left",
|
@@ -455,7 +455,7 @@ def create_demo(models):
|
|
455 |
20,
|
456 |
],
|
457 |
[
|
458 |
-
"
|
459 |
"A conversation between User and Assistant. The user asks a question, and the Assistant solves it. The assistant first thinks about the reasoning process in the mind and then provides the user with the answer. The reasoning process and answer are enclosed within <think> </think> and <answer> </answer> tags, respectively, i.e., <think> reasoning process here </think><answer> answer here </answer>.",
|
460 |
"person",
|
461 |
"person in the red car but not driving",
|
@@ -463,7 +463,7 @@ def create_demo(models):
|
|
463 |
20,
|
464 |
],
|
465 |
[
|
466 |
-
"
|
467 |
"A conversation between User and Assistant. The user asks a question, and the Assistant solves it. The assistant first thinks about the reasoning process in the mind and then provides the user with the answer. The reasoning process and answer are enclosed within <think> </think> and <answer> </answer> tags, respectively, i.e., <think> reasoning process here </think><answer> answer here </answer>.",
|
468 |
"person",
|
469 |
"person wearing cloth that has two letters",
|
@@ -471,7 +471,7 @@ def create_demo(models):
|
|
471 |
20,
|
472 |
],
|
473 |
[
|
474 |
-
"
|
475 |
"A conversation between User and Assistant. The user asks a question, and the Assistant solves it. The assistant first thinks about the reasoning process in the mind and then provides the user with the answer. The reasoning process and answer are enclosed within <think> </think> and <answer> </answer> tags, respectively, i.e., <think> reasoning process here </think><answer> answer here </answer>.",
|
476 |
"dog",
|
477 |
"the dog sleep on the bed with a pot under its body",
|
|
|
439 |
examples = gr.Examples(
|
440 |
examples=[
|
441 |
[
|
442 |
+
"example_images/demo_tomato.jpg",
|
443 |
"A conversation between User and Assistant. The user asks a question, and the Assistant solves it. The assistant first thinks about the reasoning process in the mind and then provides the user with the answer. The reasoning process and answer are enclosed within <think> </think> and <answer> </answer> tags, respectively, i.e., <think> reasoning process here </think><answer> answer here </answer>.",
|
444 |
"tomato",
|
445 |
"ripe tomato",
|
|
|
447 |
20,
|
448 |
],
|
449 |
[
|
450 |
+
"example_images/demo_helmet.png",
|
451 |
"A conversation between User and Assistant. The user asks a question, and the Assistant solves it. The assistant first thinks about the reasoning process in the mind and then provides the user with the answer. The reasoning process and answer are enclosed within <think> </think> and <answer> </answer> tags, respectively, i.e., <think> reasoning process here </think><answer> answer here </answer>.",
|
452 |
"helmet",
|
453 |
"the forth helmet from left",
|
|
|
455 |
20,
|
456 |
],
|
457 |
[
|
458 |
+
"example_images/demo_person.jpg",
|
459 |
"A conversation between User and Assistant. The user asks a question, and the Assistant solves it. The assistant first thinks about the reasoning process in the mind and then provides the user with the answer. The reasoning process and answer are enclosed within <think> </think> and <answer> </answer> tags, respectively, i.e., <think> reasoning process here </think><answer> answer here </answer>.",
|
460 |
"person",
|
461 |
"person in the red car but not driving",
|
|
|
463 |
20,
|
464 |
],
|
465 |
[
|
466 |
+
"example_images/demo_letter.jpg",
|
467 |
"A conversation between User and Assistant. The user asks a question, and the Assistant solves it. The assistant first thinks about the reasoning process in the mind and then provides the user with the answer. The reasoning process and answer are enclosed within <think> </think> and <answer> </answer> tags, respectively, i.e., <think> reasoning process here </think><answer> answer here </answer>.",
|
468 |
"person",
|
469 |
"person wearing cloth that has two letters",
|
|
|
471 |
20,
|
472 |
],
|
473 |
[
|
474 |
+
"example_images/demo_dog.jpg",
|
475 |
"A conversation between User and Assistant. The user asks a question, and the Assistant solves it. The assistant first thinks about the reasoning process in the mind and then provides the user with the answer. The reasoning process and answer are enclosed within <think> </think> and <answer> </answer> tags, respectively, i.e., <think> reasoning process here </think><answer> answer here </answer>.",
|
476 |
"dog",
|
477 |
"the dog sleep on the bed with a pot under its body",
|