mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 19:41:56 +08:00
change deafult version to v2
change deafult version to v2
This commit is contained in:
parent
c6899a7a4f
commit
e9dc81d0f8
2
go-webui-v1.bat
Normal file
2
go-webui-v1.bat
Normal file
@ -0,0 +1,2 @@
|
||||
runtime\python.exe webui.py v1 zh_CN
|
||||
pause
|
4
go-webui-v1.ps1
Normal file
4
go-webui-v1.ps1
Normal file
@ -0,0 +1,4 @@
|
||||
$ErrorActionPreference = "SilentlyContinue"
|
||||
chcp 65001
|
||||
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py v1 zh_CN"
|
||||
pause
|
Loading…
x
Reference in New Issue
Block a user