From 3f641c2beb145c1f78ae89ff3f2b6e748841ac9b Mon Sep 17 00:00:00 2001 From: Johan Nordberg Date: Sun, 29 May 2022 04:26:11 +0000 Subject: [PATCH] Typofix --- scripts/tortoise_tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tortoise_tts.py b/scripts/tortoise_tts.py index d61a890..a7feb42 100755 --- a/scripts/tortoise_tts.py +++ b/scripts/tortoise_tts.py @@ -186,7 +186,7 @@ if args.output_dir: else: if len(selected_voices) > 1: parser.error('cannot have multiple voices without --output-dir"') - if args.candiates > 1: + if args.candidates > 1: parser.error('cannot have multiple candidates without --output-dir"') # error out early if pydub isn't installed