Spaces:
Runtime error
Runtime error
args
Browse files
app.py
CHANGED
@@ -272,6 +272,9 @@ def vc_single(
|
|
272 |
crepe_hop_length,
|
273 |
): # spk_item, input_audio0, vc_transform0,f0_file,f0method0
|
274 |
global tgt_sr, net_g, vc, hubert_model, version
|
|
|
|
|
|
|
275 |
if input_audio_path is None:
|
276 |
return "You need to upload an audio", None
|
277 |
f0_up_key = int(f0_up_key)
|
|
|
272 |
crepe_hop_length,
|
273 |
): # spk_item, input_audio0, vc_transform0,f0_file,f0method0
|
274 |
global tgt_sr, net_g, vc, hubert_model, version
|
275 |
+
|
276 |
+
print("Arguments:", sid, input_audio_path, f0_up_key, f0_file, f0_method, file_index, index_rate, filter_radius, resample_sr, rms_mix_rate, protect, crepe_hop_length)
|
277 |
+
|
278 |
if input_audio_path is None:
|
279 |
return "You need to upload an audio", None
|
280 |
f0_up_key = int(f0_up_key)
|