miwojc commited on
Commit
74f762c
·
1 Parent(s): 25c1281

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -18,12 +18,10 @@ interface_options = {
18
  "description": "For reference only. Should **not** be used for medical diagnosis",
19
  "interpretation": "default",
20
  "layout": "horizontal",
21
- # Audio from validation file
22
- # "examples": [
23
- # "100098.jpg",
24
- # "100002.jpg",
25
- # "100048.jpg"
26
- # ],
27
  "allow_flagging": "never",
28
  }
29
 
 
18
  "description": "For reference only. Should **not** be used for medical diagnosis",
19
  "interpretation": "default",
20
  "layout": "horizontal",
21
+ "examples": [
22
+ "no 89.jpg",
23
+ "Y22.jpg"
24
+ ],
 
 
25
  "allow_flagging": "never",
26
  }
27