tortoise-tts/tortoise
Danila Berezin dc3d7b1667
Fix bug in load_voices in audio.py
The read.py script did not work with pth latents, so I fix bug in audio.py. It seems that in the elif statement, instead of voice, voices should be clip, clips. And torch stack doesn't work with tuples, so I had to split this operation.
2022-05-17 18:34:54 +03:00
..
data
models
utils Fix bug in load_voices in audio.py 2022-05-17 18:34:54 +03:00
voices
__init__.py
api.py
do_tts.py
eval.py
get_conditioning_latents.py
is_this_from_tortoise.py
read.py