SileroTTS preview (#1934)

This commit is contained in:
missionfloyd 2023-05-09 17:28:59 -06:00 committed by GitHub
parent 8fa5f651d6
commit fe4dfc647d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 760 additions and 1 deletions

View file

@ -2,6 +2,7 @@ import time
from pathlib import Path
import torch
import tts_preprocessor
torch._C._jit_set_profiling_mode(False)