alexrods commited on
Commit
1ade40b
1 Parent(s): ee36e57

Update mini_car_bikes_detection.py

Browse files
Files changed (1) hide show
  1. mini_car_bikes_detection.py +1 -1
mini_car_bikes_detection.py CHANGED
@@ -31,7 +31,7 @@ class MiniCarBikesDetection(datasets.GeneratorBasedBuilder):
31
  def _info(self):
32
  features = datasets.Features(
33
  {
34
- "image": datasets.Image()
35
  "image_name": datasets.Value("string"),
36
  }
37
  )
 
31
  def _info(self):
32
  features = datasets.Features(
33
  {
34
+ "image": datasets.Image(),
35
  "image_name": datasets.Value("string"),
36
  }
37
  )