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

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
- "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
+ "wsi-annotation": datasets.Value("string"),
106
  # These are the features of your dataset like images, labels ...
107
  }
108
  )