Spaces:
Sleeping
Sleeping
Update examples.json
Browse files- examples.json +6 -5
examples.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
[
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
]
|
|
|
|
1 |
+
examples = [
|
2 |
+
["https://huggingface.co/spaces/tmafantiri/braintumourdetector/blob/main/images/no/1%20no.jpeg"], # Label 0
|
3 |
+
["https://huggingface.co/spaces/tmafantiri/braintumourdetector/blob/main/images/yes/Y1.jpg"], # Label 1
|
4 |
+
["https://huggingface.co/spaces/tmafantiri/braintumourdetector/blob/main/images/no/15%20no.jpg"], # Label 0
|
5 |
+
["https://huggingface.co/spaces/tmafantiri/braintumourdetector/blob/main/images/yes/Y104.jpg"] # Label 1
|
6 |
]
|
7 |
+
|