Kangarroar commited on
Commit
191b469
1 Parent(s): c7e780b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -40,6 +40,7 @@ wav_fn='raw/cilliafinal.wav'#支持多数音频格式,无需手动转为wav
40
  demoaudio, sr = librosa.load(wav_fn)
41
  key = -8 # 音高调整,支持正负(半音)
42
  # 加速倍数
 
43
  pndm_speedup = 20
44
  wav_gen='queeeeee.wav'#直接改后缀可以保存不同格式音频,如flac可无损压缩
45
  f0_tst, f0_pred, audio = run_clip(svc_model,file_path=wav_fn, key=key, acc=pndm_speedup, use_crepe=True, use_pe=True, thre=0.05,
 
40
  demoaudio, sr = librosa.load(wav_fn)
41
  key = -8 # 音高调整,支持正负(半音)
42
  # 加速倍数
43
+ hubert_gpu = True
44
  pndm_speedup = 20
45
  wav_gen='queeeeee.wav'#直接改后缀可以保存不同格式音频,如flac可无损压缩
46
  f0_tst, f0_pred, audio = run_clip(svc_model,file_path=wav_fn, key=key, acc=pndm_speedup, use_crepe=True, use_pe=True, thre=0.05,