Update app.py
Browse files
app.py
CHANGED
@@ -315,6 +315,10 @@ def create_demo():
|
|
315 |
"./examples/6.png",
|
316 |
"What can be observed in this image?\nA. Nerve entrapment.\nB. Musculoskeletal abnormality.\nC. Arteriovenous anomaly.\nD. Renal cyst."
|
317 |
],
|
|
|
|
|
|
|
|
|
318 |
]
|
319 |
|
320 |
gr.Examples(
|
|
|
315 |
"./examples/6.png",
|
316 |
"What can be observed in this image?\nA. Nerve entrapment.\nB. Musculoskeletal abnormality.\nC. Arteriovenous anomaly.\nD. Renal cyst."
|
317 |
],
|
318 |
+
[
|
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(
|