Update rvcinfpy/main.py
Browse files- rvcinfpy/main.py +1 -1
rvcinfpy/main.py
CHANGED
|
@@ -114,7 +114,7 @@ BASE_DIR = "."
|
|
| 114 |
|
| 115 |
|
| 116 |
def load_hu_bert(config, hubert_path=None):
|
| 117 |
-
from
|
| 118 |
|
| 119 |
if hubert_path is None:
|
| 120 |
hubert_path = ""
|
|
|
|
| 114 |
|
| 115 |
|
| 116 |
def load_hu_bert(config, hubert_path=None):
|
| 117 |
+
from fairseq import checkpoint_utils
|
| 118 |
|
| 119 |
if hubert_path is None:
|
| 120 |
hubert_path = ""
|