Skip to content

Commit a4b3d64

Browse files
committed
😏 Add LJU to AutoProcessor
1 parent 9f288f8 commit a4b3d64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tensorflow_tts/inference/auto_processor.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
BakerProcessor,
2626
LibriTTSProcessor,
2727
ThorstenProcessor,
28+
LJSpeechUltimateProcessor,
2829
)
2930

3031
from tensorflow_tts.utils import CACHE_DIRECTORY, PROCESSOR_FILE_NAME, LIBRARY_NAME
@@ -37,7 +38,8 @@
3738
("KSSProcessor", KSSProcessor),
3839
("BakerProcessor", BakerProcessor),
3940
("LibriTTSProcessor", LibriTTSProcessor),
40-
("ThorstenProcessor", ThorstenProcessor)
41+
("ThorstenProcessor", ThorstenProcessor),
42+
("LJSpeechUltimateProcessor", LJSpeechUltimateProcessor)
4143
]
4244
)
4345

0 commit comments

Comments
 (0)