Datasets:
Faton Rekathati
commited on
Commit
·
caec8cd
1
Parent(s):
27eaade
print debug
Browse files
rixvox.py
CHANGED
@@ -191,4 +191,6 @@ class Rixvox(datasets.GeneratorBasedBuilder):
|
|
191 |
result["audio"] = {"path": path, "bytes": file.read()}
|
192 |
result["path"] = path if local_extracted_archive_paths else filename
|
193 |
|
|
|
|
|
194 |
yield path, result
|
|
|
191 |
result["audio"] = {"path": path, "bytes": file.read()}
|
192 |
result["path"] = path if local_extracted_archive_paths else filename
|
193 |
|
194 |
+
print(result)
|
195 |
+
print(path)
|
196 |
yield path, result
|