From 86589fff9153b495288f2ade4e835b331e7522c0 Mon Sep 17 00:00:00 2001 From: mrq Date: Thu, 23 Mar 2023 01:55:16 +0000 Subject: [PATCH] why does this keep happening to me --- src/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils.py b/src/utils.py index 0f0cfe9..43cb78d 100755 --- a/src/utils.py +++ b/src/utils.py @@ -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: