torstah commited on
Commit
a5d8aa8
1 Parent(s): 4b3e6ee
Files changed (1) hide show
  1. app.py +3 -0
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)