stzhao commited on
Commit
a4600cd
·
verified ·
1 Parent(s): 91c86cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -319,6 +319,10 @@ def create_demo():
319
  "./examples/7.png",
320
  "What is the specific stage of cancer depicted in the image? A)Stage Ib, B)Stage IIIb, C)Stage IIc, D)Stage IIIa"
321
  ],
 
 
 
 
322
  ]
323
 
324
  gr.Examples(
 
319
  "./examples/7.png",
320
  "What is the specific stage of cancer depicted in the image? A)Stage Ib, B)Stage IIIb, C)Stage IIc, D)Stage IIIa"
321
  ],
322
+ [
323
+ "./examples/8.png",
324
+ "A gymnast jotted down the number of cartwheels she did each day. What is the mode of the numbers?"
325
+ ],
326
  ]
327
 
328
  gr.Examples(