Batch inference fix

Batch inference fix.
This commit is contained in:
kalomaze
2023-07-25 12:28:55 -05:00
committed by GitHub

View File

@@ -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,