ArkanDash commited on
Commit
5479aca
1 Parent(s): 48ce135

feat: fix kuki-jp

Browse files
app.py CHANGED
@@ -57,6 +57,7 @@ def create_vc_fn(model_title, tgt_sr, net_g, vc, if_f0, version, file_index):
57
  protect,
58
  ):
59
  try:
 
60
  if vc_audio_mode == "Input path" or "Youtube" and vc_input != "":
61
  audio, sr = librosa.load(vc_input, sr=16000, mono=True)
62
  elif vc_audio_mode == "Upload audio":
 
57
  protect,
58
  ):
59
  try:
60
+ print(f"Generating {model_title} voice...")
61
  if vc_audio_mode == "Input path" or "Youtube" and vc_input != "":
62
  audio, sr = librosa.load(vc_input, sr=16000, mono=True)
63
  elif vc_audio_mode == "Upload audio":
weights/Inazuma/kuki-jp/{image.jpg → cover.png} RENAMED
File without changes