wintercoming6 commited on
Commit
0092ad6
·
verified ·
1 Parent(s): 1bd1c39

Update test3.py

Browse files
Files changed (1) hide show
  1. test3.py +1 -1
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
  }