Update app.py
Browse files
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(
|