Skip to content

Commit 68f9632

Browse files
committed
tacotron2 and MB-MelGAN inference run with synpaflex models
1 parent 9da3fbf commit 68f9632

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

notebooks/tacotron2_inference.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397
"name": "python",
398398
"nbconvert_exporter": "python",
399399
"pygments_lexer": "ipython3",
400-
"version": "3.7.7"
400+
"version": "3.8.5"
401401
}
402402
},
403403
"nbformat": 4,

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+
SynpaflexProcessor,
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+
("SynpaflexProcessor", SynpaflexProcessor),
4143
]
4244
)
4345

0 commit comments

Comments
 (0)