mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-04-26 14:38:58 +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(
|
version_1 = gr.Radio(
|
||||||
label=i18n("模型版本型号"),
|
label=i18n("模型版本型号"),
|
||||||
choices=["v1", "v2"],
|
choices=["v1", "v2"],
|
||||||
value="v1",
|
value="v2",
|
||||||
interactive=True,
|
interactive=True,
|
||||||
)
|
)
|
||||||
info___ = gr.Textbox(
|
info___ = gr.Textbox(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user