stzhao commited on
Commit
ce9fc20
·
verified ·
1 Parent(s): 3d6604f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -301,7 +301,11 @@ def create_demo():
301
  [
302
  "./examples/3.png",
303
  "What is the color of the liquid contained in the glass on the table?\nA. The color of the liquid contained in the glass on the table is green.\nB. The color of the liquid contained in the glass on the table is transparent.\nC. The color of the liquid contained in the glass on the table is white.\nD. The color of the liquid contained in the glass on the table is orange."
304
- ]
 
 
 
 
305
  ]
306
 
307
  gr.Examples(
 
301
  [
302
  "./examples/3.png",
303
  "What is the color of the liquid contained in the glass on the table?\nA. The color of the liquid contained in the glass on the table is green.\nB. The color of the liquid contained in the glass on the table is transparent.\nC. The color of the liquid contained in the glass on the table is white.\nD. The color of the liquid contained in the glass on the table is orange."
304
+ ],
305
+ [
306
+ "./examples/4.png",
307
+ "Is the dog on the left or right side of the bicycle?\nA. The dog is on the right side of the bicycle.\nB. The dog is on the left side of the bicycle."
308
+ ],
309
  ]
310
 
311
  gr.Examples(