change default train version to v2

change default train version to v2
This commit is contained in:
RVC-Boss 2023-06-18 13:52:49 +00:00 committed by GitHub
parent a42330f0ae
commit 125a0a7b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(