KingNish commited on
Commit
77120c6
1 Parent(s): 20a8bd2

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +3 -3
chatbot.py CHANGED
@@ -78,7 +78,7 @@ EXAMPLES = [
78
  [
79
  {
80
  "text": "What unusual happens in this video.",
81
- "files": [f"{examples_path}/example_video/accident.mp4"],
82
  }
83
  ],
84
  [
@@ -100,8 +100,8 @@ EXAMPLES = [
100
  ],
101
  [
102
  {
103
- "text": "Chase wants to buy 4 kilograms of oval beads and 5 kilograms of star-shaped beads. How much will he spend?",
104
- "files": [f"{examples_path}/example_images/mmmu_example.jpeg"],
105
  }
106
  ],
107
  [
 
78
  [
79
  {
80
  "text": "What unusual happens in this video.",
81
+ "files": [f"{examples_path}/example_video/accident.gif"],
82
  }
83
  ],
84
  [
 
100
  ],
101
  [
102
  {
103
+ "text": "read what's written on the paper",
104
+ "files": [f"{examples_path}/example_images/paper_with_text.png"],
105
  }
106
  ],
107
  [