stzhao commited on
Commit
dae9b11
·
verified ·
1 Parent(s): 86cf52c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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(