From 125a0a7b022ba1dbaff71833e1c2716019db3525 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Sun, 18 Jun 2023 13:52:49 +0000 Subject: [PATCH] change default train version to v2 change default train version to v2 --- infer-web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer-web.py b/infer-web.py index edecf2c..84b30a3 100644 --- a/infer-web.py +++ b/infer-web.py @@ -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(