fix: vc argument
Browse files
app.py
CHANGED
@@ -36,8 +36,8 @@ def create_vc_fn(tgt_sr, net_g, vc, if_f0, file_index):
|
|
36 |
vc_upload,
|
37 |
tts_text,
|
38 |
tts_voice,
|
|
|
39 |
f0_up_key,
|
40 |
-
vc_transform,
|
41 |
f0_method,
|
42 |
index_rate,
|
43 |
filter_radius,
|
@@ -73,7 +73,7 @@ def create_vc_fn(tgt_sr, net_g, vc, if_f0, file_index):
|
|
73 |
audio_opt = vc.pipeline(
|
74 |
hubert_model,
|
75 |
net_g,
|
76 |
-
|
77 |
audio,
|
78 |
vc_input,
|
79 |
times,
|
|
|
36 |
vc_upload,
|
37 |
tts_text,
|
38 |
tts_voice,
|
39 |
+
spk_item,
|
40 |
f0_up_key,
|
|
|
41 |
f0_method,
|
42 |
index_rate,
|
43 |
filter_radius,
|
|
|
73 |
audio_opt = vc.pipeline(
|
74 |
hubert_model,
|
75 |
net_g,
|
76 |
+
spk_item,
|
77 |
audio,
|
78 |
vc_input,
|
79 |
times,
|