navjot26 commited on
Commit
4c76b41
1 Parent(s): 9a88ea2

Update dataset.py

Browse files
Files changed (1) hide show
  1. 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