alkzar90 commited on
Commit
a748ab6
1 Parent(s): e38c058

Check tabs errors

Browse files
Files changed (1) hide show
  1. NIH-Chest-X-ray-dataset.py +2 -2
NIH-Chest-X-ray-dataset.py CHANGED
@@ -128,13 +128,13 @@ class ChestXray14(datasets.GeneratorBasedBuilder):
128
 
129
  if self.config.name == "object-detection":
130
  features = datasets.Features(
131
- {
132
  "image_id": datasets.Value("string"),
133
  "patient_id": datasets.Value("int32"),
134
  "image": datasets.Image(),
135
  "width": datasets.Value("int32"),
136
  "height": datasets.Value("int32"),
137
- }
138
  )
139
  object_dict = {
140
  "image_id": datasets.Value("string"),
 
128
 
129
  if self.config.name == "object-detection":
130
  features = datasets.Features(
131
+ {
132
  "image_id": datasets.Value("string"),
133
  "patient_id": datasets.Value("int32"),
134
  "image": datasets.Image(),
135
  "width": datasets.Value("int32"),
136
  "height": datasets.Value("int32"),
137
+ }
138
  )
139
  object_dict = {
140
  "image_id": datasets.Value("string"),