Mountchicken commited on
Commit
5757539
·
verified ·
1 Parent(s): 82db7a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -439,7 +439,7 @@ def create_demo(models):
439
  examples = gr.Examples(
440
  examples=[
441
  [
442
- "demo/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,7 +447,7 @@ def create_demo(models):
447
  20,
448
  ],
449
  [
450
- "demo/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,7 +455,7 @@ def create_demo(models):
455
  20,
456
  ],
457
  [
458
- "demo/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,7 +463,7 @@ def create_demo(models):
463
  20,
464
  ],
465
  [
466
- "demo/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,7 +471,7 @@ def create_demo(models):
471
  20,
472
  ],
473
  [
474
- "demo/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",
 
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",