alkzar90 commited on
Commit
5596448
1 Parent(s): 51ee386

Fix typo: sef -> self

Browse files
Files changed (1) hide show
  1. NIH-Chest-X-ray-dataset.py +1 -1
NIH-Chest-X-ray-dataset.py CHANGED
@@ -200,7 +200,7 @@ class ChestXray14(datasets.GeneratorBasedBuilder):
200
 
201
  def _generate_examples(self, files):
202
 
203
- if sef.config.name == "image-classification":
204
  # Read csv with image labels
205
  label_csv = read_csv(_URLS["labels"])
206
  for i, path in enumerate(files):
 
200
 
201
  def _generate_examples(self, files):
202
 
203
+ if self.config.name == "image-classification":
204
  # Read csv with image labels
205
  label_csv = read_csv(_URLS["labels"])
206
  for i, path in enumerate(files):