kaushal98b
commited on
Commit
·
6dce44c
1
Parent(s):
cbb4880
Update kathbath.py
Browse files- kathbath.py +2 -2
kathbath.py
CHANGED
@@ -158,8 +158,8 @@ class Kathbath(datasets.GeneratorBasedBuilder):
|
|
158 |
row[field] = ""
|
159 |
metadata[row["path"]] = row
|
160 |
id_ = 0
|
161 |
-
|
162 |
-
|
163 |
if path in metadata:
|
164 |
result = dict(metadata[path])
|
165 |
# set the audio feature and the path to the extracted file
|
|
|
158 |
row[field] = ""
|
159 |
metadata[row["path"]] = row
|
160 |
id_ = 0
|
161 |
+
for path in audio_files:
|
162 |
+
print(path)
|
163 |
if path in metadata:
|
164 |
result = dict(metadata[path])
|
165 |
# set the audio feature and the path to the extracted file
|