Spaces:
Configuration error
Configuration error
Commit
·
234ee38
1
Parent(s):
0888e96
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,6 @@ def render_audio(ckpt_temp_file, config_temp_file, audio_temp_file, title, title
|
|
50 |
with st.spinner("Rendering Audio..."):
|
51 |
f0_tst, f0_pred, audio = run_clip(svc_model,file_path=wav_fn, key=key, acc=title2, use_crepe=Crepe, use_pe=False, thre=0.05,
|
52 |
use_gt_mel=use_mel_as_base, add_noise_step=noise_step,project_name=project_name,out_path=wav_gen)
|
53 |
-
##PRAAT
|
54 |
formant_shift_ratio_str = title3
|
55 |
formant_shift_ratio = float(formant_shift_ratio_str)
|
56 |
|
|
|
50 |
with st.spinner("Rendering Audio..."):
|
51 |
f0_tst, f0_pred, audio = run_clip(svc_model,file_path=wav_fn, key=key, acc=title2, use_crepe=Crepe, use_pe=False, thre=0.05,
|
52 |
use_gt_mel=use_mel_as_base, add_noise_step=noise_step,project_name=project_name,out_path=wav_gen)
|
|
|
53 |
formant_shift_ratio_str = title3
|
54 |
formant_shift_ratio = float(formant_shift_ratio_str)
|
55 |
|