1
0
Fork 0
master
mrq 2023-03-16 14:23:47 +07:00
parent f9154c4db1
commit aeb904a800
1 changed files with 1 additions and 1 deletions

@ -1274,7 +1274,7 @@ def prepare_dataset( voice, use_segments=False, text_length=0, audio_length=0, n
infile = f'{indir}/whisper.json'
messages = []
phonemize = args.tokenizer_json is not None and phonemize=args.tokenizer_json[-8:] == "ipa.json"
phonemize = args.tokenizer_json is not None and args.tokenizer_json[-8:] == "ipa.json"
if args.tts_backend == "vall-e":
phonemize = True