why does this keep happening to me

This commit is contained in:
mrq 2023-03-23 01:55:16 +00:00
parent 0ea93a7f40
commit 86589fff91

View File

@ -66,6 +66,7 @@ VALLE_ENABLED = False
try:
from vall_e.emb.qnt import encode as valle_quantize
from vall_e.emb.g2p import encode as valle_phonemize
VALLE_ENABLED = True
except Exception as e: