From a4c658f5ef64a35f0d725344594cda9cc2e04597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Fri, 2 Jul 2021 10:43:38 +0200 Subject: [PATCH] Fix for using the `Synthesizer` out of the model --- TTS/bin/synthesize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS/bin/synthesize.py b/TTS/bin/synthesize.py index 3cde5612..9895c04e 100755 --- a/TTS/bin/synthesize.py +++ b/TTS/bin/synthesize.py @@ -239,7 +239,7 @@ def main(): print( " > Available speaker ids: (Set --speaker_idx flag to one of these values to use the multi-speaker model." ) - print(synthesizer.speaker_manager.speaker_ids) + print(synthesizer.tts_model.speaker_manager.speaker_ids) return # check the arguments against a multi-speaker model.