mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-01-30 18:22:51 +08:00
change default train version to v2
change default train version to v2
This commit is contained in:
parent
a42330f0ae
commit
125a0a7b02
@ -1939,7 +1939,7 @@ with gr.Blocks() as app:
|
||||
version_1 = gr.Radio(
|
||||
label=i18n("模型版本型号"),
|
||||
choices=["v1", "v2"],
|
||||
value="v1",
|
||||
value="v2",
|
||||
interactive=True,
|
||||
)
|
||||
info___ = gr.Textbox(
|
||||
|
Loading…
Reference in New Issue
Block a user