wintercoming6 commited on
Commit
6b057c6
·
verified ·
1 Parent(s): d389e37

Update test3.py

Browse files
Files changed (1) hide show
  1. test3.py +0 -1
test3.py CHANGED
@@ -50,7 +50,6 @@ class Artwork(datasets.GeneratorBasedBuilder):
50
  description=_DESCRIPTION,
51
  features=datasets.Features(
52
  {
53
- "file_name": str,
54
  "label": datasets.features.ClassLabel(names=[0,1,2,3,4,5,6]),
55
  "image_data": bytes
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": bytes
55
  }