change deafult version to v2

change deafult version to v2
This commit is contained in:
RVC-Boss 2024-08-06 12:01:55 +08:00 committed by GitHub
parent b98e2e0c90
commit 2c7112bad1
2 changed files with 6 additions and 0 deletions

2
go-webui-v1.bat Normal file
View File

@ -0,0 +1,2 @@
runtime\python.exe webui.py v1 zh_CN
pause

4
go-webui-v1.ps1 Normal file
View File

@ -0,0 +1,4 @@
$ErrorActionPreference = "SilentlyContinue"
chcp 65001
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py v1 zh_CN"
pause