litagin commited on
Commit
5f871bf
β€’
1 Parent(s): f93441f

Delete pyworld imports for a while

Browse files
Files changed (2) hide show
  1. requirements.txt +2 -2
  2. vc_infer_pipeline.py +3 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- Cython==0.29.34
2
  edge_tts==6.1.7
3
  fairseq==0.12.2
4
  faiss_cpu==1.7.4
@@ -7,5 +7,5 @@ gradio_client==0.2.9
7
  librosa==0.9.1
8
  numpy==1.23.5
9
  praat-parselmouth==0.4.3
10
- pyworld==0.3.3
11
  torchcrepe==0.0.20
 
1
+ # Cython==0.29.34
2
  edge_tts==6.1.7
3
  fairseq==0.12.2
4
  faiss_cpu==1.7.4
 
7
  librosa==0.9.1
8
  numpy==1.23.5
9
  praat-parselmouth==0.4.3
10
+ # pyworld==0.3.3
11
  torchcrepe==0.0.20
vc_infer_pipeline.py CHANGED
@@ -2,7 +2,9 @@ import numpy as np, parselmouth, torch, pdb, sys, os
2
  from time import time as ttime
3
  import torch.nn.functional as F
4
  import scipy.signal as signal
5
- import pyworld, os, traceback, faiss, librosa, torchcrepe
 
 
6
  from scipy import signal
7
  from functools import lru_cache
8
 
 
2
  from time import time as ttime
3
  import torch.nn.functional as F
4
  import scipy.signal as signal
5
+
6
+ # import pyworld
7
+ import os, traceback, faiss, librosa, torchcrepe
8
  from scipy import signal
9
  from functools import lru_cache
10