smjain commited on
Commit
ae42e7b
1 Parent(s): 19c1074

Upload infertest.py

Browse files
Files changed (1) hide show
  1. infertest.py +1 -1
infertest.py CHANGED
@@ -150,7 +150,7 @@ def vc_single(
150
  logs = []
151
  print(f"Converting...")
152
 
153
-
154
  f0_up_key = int(f0_up_key)
155
  times = [0, 0, 0]
156
  if hubert_model == None:
 
150
  logs = []
151
  print(f"Converting...")
152
 
153
+ audio, sr = librosa.load(input_audio_path, sr=16000, mono=True)
154
  f0_up_key = int(f0_up_key)
155
  times = [0, 0, 0]
156
  if hubert_model == None: