Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
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 |
|