mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-03-04 12:54:58 +00:00
change default train version to v2
change default train version to v2
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user