mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-07 10:10:23 +08:00
fix(web): unload model error
IndexError: tuple index out of range
This commit is contained in:
@@ -1093,7 +1093,7 @@ with gr.Blocks(title="RVC WebUI") as app:
|
||||
)
|
||||
sid0.change(
|
||||
fn=vc.get_vc,
|
||||
inputs=[sid0, protect0, protect1],
|
||||
inputs=[sid0, protect0, protect1, file_index2, file_index4],
|
||||
outputs=[
|
||||
spk_item,
|
||||
protect0,
|
||||
|
||||
Reference in New Issue
Block a user