mirror of
https://github.com/neonbjb/tortoise-tts.git
synced 2026-04-05 06:25:39 +00:00
commit
780d2ce313
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue