mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-04 03:54:57 +08:00
5 lines
129 B
PowerShell
5 lines
129 B
PowerShell
$ErrorActionPreference = "SilentlyContinue"
|
|
chcp 65001
|
|
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py" zh_CN
|
|
pause
|