We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18f7da commit 540e8d6Copy full SHA for 540e8d6
TTS/bin/synthesize.py
@@ -429,7 +429,7 @@ def main():
429
logger.info(
430
"Available speaker ids: (Set --speaker_idx flag to one of these values to use the multi-speaker model."
431
)
432
- logger.info(synthesizer.tts_model.speaker_manager.name_to_id)
+ logger.info(list(synthesizer.tts_model.speaker_manager.name_to_id.keys()))
433
return
434
435
# query langauge ids of a multi-lingual model.
0 commit comments