Update tasrring.py
Browse files- tasrring.py +1 -1
tasrring.py
CHANGED
@@ -81,7 +81,7 @@ class NepaliAsr(datasets.GeneratorBasedBuilder):
|
|
81 |
transcript.append(row["trans"])
|
82 |
for filepath, audio in audios:
|
83 |
yield idx, {
|
84 |
-
"audio":
|
85 |
"label": transcript[idx],
|
86 |
}
|
87 |
idx += 1
|
|
|
81 |
transcript.append(row["trans"])
|
82 |
for filepath, audio in audios:
|
83 |
yield idx, {
|
84 |
+
"audio": filepath,
|
85 |
"label": transcript[idx],
|
86 |
}
|
87 |
idx += 1
|