Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
82cd584
1
Parent(s):
a3559f7
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def render_audio(ckpt_temp_file, config_temp_file, audio_temp_file, title, title
|
|
47 |
|
48 |
# Show the spinner and run the run_clip function inside the 'with' block
|
49 |
with st.spinner("Rendering Audio..."):
|
50 |
-
f0_tst, f0_pred, audio = run_clip(svc_model,file_path=wav_fn, key=key, acc=title2, use_crepe=
|
51 |
use_gt_mel=use_mel_as_base, add_noise_step=noise_step,project_name=project_name,out_path=wav_gen)
|
52 |
##PRAAT
|
53 |
formant_shift_ratio_str = title3
|
|
|
47 |
|
48 |
# Show the spinner and run the run_clip function inside the 'with' block
|
49 |
with st.spinner("Rendering Audio..."):
|
50 |
+
f0_tst, f0_pred, audio = run_clip(svc_model,file_path=wav_fn, key=key, acc=title2, use_crepe=choice, use_pe=False, thre=0.05,
|
51 |
use_gt_mel=use_mel_as_base, add_noise_step=noise_step,project_name=project_name,out_path=wav_gen)
|
52 |
##PRAAT
|
53 |
formant_shift_ratio_str = title3
|