Update test3.py
Browse files
test3.py
CHANGED
|
@@ -50,7 +50,7 @@ class Artwork(datasets.GeneratorBasedBuilder):
|
|
| 50 |
description=_DESCRIPTION,
|
| 51 |
features=datasets.Features(
|
| 52 |
{
|
| 53 |
-
"label": datasets.features.ClassLabel(names=[
|
| 54 |
"image_data": datasets.Value("binary"),
|
| 55 |
}
|
| 56 |
),
|
|
|
|
| 50 |
description=_DESCRIPTION,
|
| 51 |
features=datasets.Features(
|
| 52 |
{
|
| 53 |
+
"label": datasets.features.ClassLabel(names=['0','1','2','3','4','5','6']),
|
| 54 |
"image_data": datasets.Value("binary"),
|
| 55 |
}
|
| 56 |
),
|