KingNish commited on
Commit
63112f8
1 Parent(s): a7ed787

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -143,8 +143,8 @@ EXAMPLES = [
143
  ],
144
  [
145
  {
146
- "text": "Identify 3 famous person in these 3 images",
147
- "files": [f"{examples_path}/example_images/barbie.jpeg", f"{examples_path}/example_images/steve_jobs.jpg", f"{examples_path}/example_images/gandhi_selfie.jpg"],
148
  }
149
  ],
150
  [
 
143
  ],
144
  [
145
  {
146
+ "text": "Identify 2 famous person in these 2 images",
147
+ "files": [f"{examples_path}/example_images/elon_smoking.jpg", f"{examples_path}/example_images/steve_jobs.jpg",]
148
  }
149
  ],
150
  [