anjalyjayakrishnan commited on
Commit
d37abee
1 Parent(s): 0aae25d
Files changed (1) hide show
  1. sample.py +2 -2
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": 'data/'+row["path"], "bytes": audio_data}
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