mrdbourke commited on
Commit
fdda653
1 Parent(s): b5ed5dc

change features to Image()

Browse files
Files changed (1) hide show
  1. food_vision_199_classes.py +1 -1
food_vision_199_classes.py CHANGED
@@ -236,7 +236,7 @@ class Food199(datasets.GeneratorBasedBuilder):
236
  description=_DESCRIPTION,
237
  features=datasets.Features(
238
  {
239
- "image": datasets.Value("string"),
240
  "label": datasets.ClassLabel(names=_NAMES)
241
  }
242
  ),
 
236
  description=_DESCRIPTION,
237
  features=datasets.Features(
238
  {
239
+ "image": datasets.Image(),
240
  "label": datasets.ClassLabel(names=_NAMES)
241
  }
242
  ),