mirror of
https://github.com/Mangio621/Mangio-RVC-Fork.git
synced 2025-12-16 11:37:44 +01:00
Batch inference fix
Batch inference fix.
This commit is contained in:
@@ -368,6 +368,7 @@ def vc_multi(
|
|||||||
info, opt = vc_single(
|
info, opt = vc_single(
|
||||||
sid,
|
sid,
|
||||||
path,
|
path,
|
||||||
|
None,
|
||||||
f0_up_key,
|
f0_up_key,
|
||||||
None,
|
None,
|
||||||
f0_method,
|
f0_method,
|
||||||
@@ -2239,7 +2240,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
|
|||||||
but1.click(
|
but1.click(
|
||||||
vc_multi,
|
vc_multi,
|
||||||
[
|
[
|
||||||
spk_item,
|
sid0,
|
||||||
dir_input,
|
dir_input,
|
||||||
opt_input,
|
opt_input,
|
||||||
inputs,
|
inputs,
|
||||||
|
|||||||
Reference in New Issue
Block a user