cdminix commited on
Commit
52aecd8
1 Parent(s): 3e94f52

fix config

Browse files
Files changed (1) hide show
  1. libritts-phones-and-mel.py +2 -2
libritts-phones-and-mel.py CHANGED
@@ -1,4 +1,4 @@
1
- """LibriSpeech dataset with phone alignments, prosody and mel spectrograms."""
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(LibrispeechConfig, self).__init__(**kwargs)
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):