mirror of
https://github.com/Mangio621/Mangio-RVC-Fork.git
synced 2026-09-01 19:50:07 +02:00
Potentially Fixed Crepe_hop_length on vc_multi
This commit is contained in:
@@ -239,6 +239,7 @@ def vc_multi(
|
||||
rms_mix_rate,
|
||||
protect,
|
||||
format1,
|
||||
crepe_hop_length,
|
||||
):
|
||||
try:
|
||||
dir_path = (
|
||||
@@ -270,6 +271,7 @@ def vc_multi(
|
||||
resample_sr,
|
||||
rms_mix_rate,
|
||||
protect,
|
||||
crepe_hop_length
|
||||
)
|
||||
if "Success" in info:
|
||||
try:
|
||||
@@ -1701,6 +1703,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
|
||||
rms_mix_rate1,
|
||||
protect1,
|
||||
format1,
|
||||
crepe_hop_length,
|
||||
],
|
||||
[vc_output3],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user