1
0
mirror of https://github.com/RVC-Boss/GPT-SoVITS.git synced 2025-04-26 03:26:51 +08:00
GPT-SoVITS/go-webui-v1.ps1
RVC-Boss 2c7112bad1 change deafult version to v2
change deafult version to v2
2024-08-06 12:01:55 +08:00

5 lines
132 B
PowerShell

$ErrorActionPreference = "SilentlyContinue"
chcp 65001
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py v1 zh_CN"
pause