feat : add api_name for get_vc (#1224)

This commit is contained in:
Jin Hyung Ahn 2023-09-13 00:17:43 +09:00 committed by GitHub
parent d009111b3f
commit e4e2f7f1ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1028,6 +1028,7 @@ with gr.Blocks(title="RVC WebUI") as app:
fn=vc.get_vc,
inputs=[sid0, protect0, protect1],
outputs=[spk_item, protect0, protect1, file_index2, file_index4],
api_name="infer_change_voice"
)
with gr.TabItem(i18n("伴奏人声分离&去混响&去回声")):
with gr.Group():