anjalyjayakrishnan
commited on
Commit
•
d37abee
1
Parent(s):
0aae25d
error fix
Browse files
sample.py
CHANGED
@@ -156,6 +156,6 @@ class Test(datasets.GeneratorBasedBuilder):
|
|
156 |
yield key, {
|
157 |
"sentence": row["sentence"],
|
158 |
"path": row["path"],
|
159 |
-
"audio":{"path":
|
160 |
}
|
161 |
-
key+=1
|
|
|
156 |
yield key, {
|
157 |
"sentence": row["sentence"],
|
158 |
"path": row["path"],
|
159 |
+
"audio":{"path": row["path"], "bytes": audio_data}
|
160 |
}
|
161 |
+
key+=1
|