stzhao commited on
Commit
f1907db
·
verified ·
1 Parent(s): 5a25c07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -297,6 +297,10 @@ def create_demo():
297
  [
298
  "./examples/2.png",
299
  "What is the diagnosis for the abnormality seen in this image?\nA. Pulmonary embolism.\nB. Tuberculosis.\nC. COVID-19 infection.\nD. Influenza."
 
 
 
 
300
  ]
301
  ]
302
 
 
297
  [
298
  "./examples/2.png",
299
  "What is the diagnosis for the abnormality seen in this image?\nA. Pulmonary embolism.\nB. Tuberculosis.\nC. COVID-19 infection.\nD. Influenza."
300
+ ],
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