We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f288f8 commit a4b3d64Copy full SHA for a4b3d64
tensorflow_tts/inference/auto_processor.py
@@ -25,6 +25,7 @@
25
BakerProcessor,
26
LibriTTSProcessor,
27
ThorstenProcessor,
28
+ LJSpeechUltimateProcessor,
29
)
30
31
from tensorflow_tts.utils import CACHE_DIRECTORY, PROCESSOR_FILE_NAME, LIBRARY_NAME
@@ -37,7 +38,8 @@
37
38
("KSSProcessor", KSSProcessor),
39
("BakerProcessor", BakerProcessor),
40
("LibriTTSProcessor", LibriTTSProcessor),
- ("ThorstenProcessor", ThorstenProcessor)
41
+ ("ThorstenProcessor", ThorstenProcessor),
42
+ ("LJSpeechUltimateProcessor", LJSpeechUltimateProcessor)
43
]
44
45
0 commit comments