Update test3.py
Browse files
test3.py
CHANGED
@@ -82,6 +82,6 @@ class Artwork(datasets.GeneratorBasedBuilder):
|
|
82 |
print(path.label)
|
83 |
print(type(path.label))
|
84 |
yield {
|
85 |
-
"label": path.label,
|
86 |
"image_data": path.image_data,
|
87 |
}
|
|
|
82 |
print(path.label)
|
83 |
print(type(path.label))
|
84 |
yield {
|
85 |
+
"label": str(path.label),
|
86 |
"image_data": path.image_data,
|
87 |
}
|