Spaces:
Running
Running
Update src/vc_infer_pipeline.py
Browse files- src/vc_infer_pipeline.py +1 -0
src/vc_infer_pipeline.py
CHANGED
@@ -7,6 +7,7 @@ import scipy.signal as signal
|
|
7 |
import pyworld, os, traceback, faiss, librosa, torchcrepe
|
8 |
from scipy import signal
|
9 |
from functools import lru_cache
|
|
|
10 |
|
11 |
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
12 |
now_dir = os.path.join(BASE_DIR, 'src')
|
|
|
7 |
import pyworld, os, traceback, faiss, librosa, torchcrepe
|
8 |
from scipy import signal
|
9 |
from functools import lru_cache
|
10 |
+
import gc, re
|
11 |
|
12 |
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
13 |
now_dir = os.path.join(BASE_DIR, 'src')
|