fix config
Browse files
libritts-phones-and-mel.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
"""
|
2 |
|
3 |
import os
|
4 |
from pathlib import Path
|
@@ -50,7 +50,7 @@ class LibriTTSConfig(datasets.BuilderConfig):
|
|
50 |
Args:
|
51 |
**kwargs: keyword arguments forwarded to super.
|
52 |
"""
|
53 |
-
super(
|
54 |
|
55 |
|
56 |
class LibriTTS(datasets.GeneratorBasedBuilder):
|
|
|
1 |
+
"""LibriTTS dataset with phone alignments, prosody and mel spectrograms."""
|
2 |
|
3 |
import os
|
4 |
from pathlib import Path
|
|
|
50 |
Args:
|
51 |
**kwargs: keyword arguments forwarded to super.
|
52 |
"""
|
53 |
+
super(LibrisTTSConfig, self).__init__(**kwargs)
|
54 |
|
55 |
|
56 |
class LibriTTS(datasets.GeneratorBasedBuilder):
|