andreped commited on
Commit
ae2c72d
·
1 Parent(s): f9f0cbf

Update IBDColEpi.py

Browse files
Files changed (1) hide show
  1. IBDColEpi.py +1 -1
IBDColEpi.py CHANGED
@@ -102,7 +102,7 @@ class IBDColEpi(datasets.GeneratorBasedBuilder):
102
  elif self.config.name == "wsi-annotations":
103
  features = datasets.Features(
104
  {
105
- "wsi-annotation": datasets.Value("string"),
106
  # These are the features of your dataset like images, labels ...
107
  }
108
  )
 
102
  elif self.config.name == "wsi-annotations":
103
  features = datasets.Features(
104
  {
105
+ "image": datasets.Value("string"),
106
  # These are the features of your dataset like images, labels ...
107
  }
108
  )