Spaces:
Sleeping
Sleeping
Upload infertest.py
Browse files- 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:
|