stzhao commited on
Commit
044ed52
·
verified ·
1 Parent(s): 70b7e5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -292,11 +292,11 @@ def create_demo():
292
  examples = [
293
  [
294
  "./examples/1.png",
295
- "From the information on that advertising board, what is the type of this shop?"
296
  ],
297
  [
298
  "./examples/2.png",
299
- "What is the diagnosis for the abnormality seen in this image?"
300
  ]
301
  ]
302
 
 
292
  examples = [
293
  [
294
  "./examples/1.png",
295
+ "From the information on that advertising board, what is the type of this shop?\nA. The shop is a yoga studio.\nB. The shop is a cafe.\nC. The shop is a seven-eleven.\nD. The shop is a milk tea shop.
296
  ],
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