Datasets:
Update IBDColEpi.py
Browse files- IBDColEpi.py +1 -1
IBDColEpi.py
CHANGED
|
@@ -90,7 +90,7 @@ class IBDColEpi(datasets.GeneratorBasedBuilder):
|
|
| 90 |
# These are the features of your dataset like images, labels ...
|
| 91 |
}
|
| 92 |
)
|
| 93 |
-
elif self.config.name == "
|
| 94 |
features = datasets.Features(
|
| 95 |
{
|
| 96 |
"image": datasets.Value("string"),
|
|
|
|
| 90 |
# These are the features of your dataset like images, labels ...
|
| 91 |
}
|
| 92 |
)
|
| 93 |
+
elif self.config.name == "annotations":
|
| 94 |
features = datasets.Features(
|
| 95 |
{
|
| 96 |
"image": datasets.Value("string"),
|