Spaces:
Sleeping
Sleeping
Create examples.json
Browse files- examples.json +6 -0
examples.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{"image": "/content/drive/MyDrive/archive/brain_tumor_dataset/no/1 no.jpeg", "label": 0},
|
3 |
+
{"image": "/content/drive/MyDrive/archive/brain_tumor_dataset/yes/Y1.jpg", "label": 1},
|
4 |
+
{"image": "/content/drive/MyDrive/archive/brain_tumor_dataset/no/15 no.jpg", "label": 0},
|
5 |
+
{"image": "/content/drive/MyDrive/archive/brain_tumor_dataset/yes/Y104.jpg", "label": 1}
|
6 |
+
]
|