Update dataset.py
Browse files- dataset.py +1 -1
dataset.py
CHANGED
@@ -3,7 +3,7 @@ from datasets import load_dataset, Features, ClassLabel, Image
|
|
3 |
# Define features including metadata
|
4 |
features = Features({
|
5 |
'image': Image(),
|
6 |
-
'label': ClassLabel(names=['apple', 'orange', 'banana', 'phone', 'halfapple', 'applephone', 'fountainpen', 'teacherstudent'])
|
7 |
})
|
8 |
|
9 |
# Load the dataset
|
|
|
3 |
# Define features including metadata
|
4 |
features = Features({
|
5 |
'image': Image(),
|
6 |
+
'label': ClassLabel(names=['apple', 'orange', 'banana', 'phone', 'halfapple', 'applephone', 'fountainpen', 'teacherstudent', 'teacherandstudent'])
|
7 |
})
|
8 |
|
9 |
# Load the dataset
|