Datasets:
Update files from the datasets library (from 1.13.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.13.0
- lj_speech.py +2 -2
lj_speech.py
CHANGED
|
@@ -87,8 +87,8 @@ class LJSpeech(datasets.GeneratorBasedBuilder):
|
|
| 87 |
|
| 88 |
def _split_generators(self, dl_manager):
|
| 89 |
root_path = dl_manager.download_and_extract(_DL_URL)
|
| 90 |
-
root_path = os.path.join(root_path, "LJSpeech-1.1
|
| 91 |
-
wav_path = os.path.join(root_path, "wavs
|
| 92 |
csv_path = os.path.join(root_path, "metadata.csv")
|
| 93 |
|
| 94 |
return [
|
|
|
|
| 87 |
|
| 88 |
def _split_generators(self, dl_manager):
|
| 89 |
root_path = dl_manager.download_and_extract(_DL_URL)
|
| 90 |
+
root_path = os.path.join(root_path, "LJSpeech-1.1")
|
| 91 |
+
wav_path = os.path.join(root_path, "wavs")
|
| 92 |
csv_path = os.path.join(root_path, "metadata.csv")
|
| 93 |
|
| 94 |
return [
|