Skip to content

Commit

Permalink
Return speakers only
Browse files Browse the repository at this point in the history
  • Loading branch information
shavit committed Nov 9, 2024
1 parent e18f7da commit 7c7ccc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTS/bin/synthesize.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def main():
logger.info(
"Available speaker ids: (Set --speaker_idx flag to one of these values to use the multi-speaker model."
)
logger.info(synthesizer.tts_model.speaker_manager.name_to_id)
logger.info(list(synthesizer.tts_model.speaker_manager.name_to_id.keys()))
return

# query langauge ids of a multi-lingual model.
Expand Down

0 comments on commit 7c7ccc2

Please sign in to comment.