mwirth7 commited on
Commit
98f0cb6
1 Parent(s): 8e4f142

Update BirdSet.py

Browse files
Files changed (1) hide show
  1. BirdSet.py +1 -1
BirdSet.py CHANGED
@@ -412,7 +412,7 @@ class BirdSet(datasets.GeneratorBasedBuilder):
412
  },
413
  ),
414
  ]
415
-
416
  def _generate_examples(self, audio_archive_iterators, local_audio_archives_paths, metapath, split):
417
  metadata = pd.read_parquet(metapath)
418
  idx = 0
 
412
  },
413
  ),
414
  ]
415
+
416
  def _generate_examples(self, audio_archive_iterators, local_audio_archives_paths, metapath, split):
417
  metadata = pd.read_parquet(metapath)
418
  idx = 0