mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-06 06:29:59 +08:00
5 lines
132 B
PowerShell
5 lines
132 B
PowerShell
$ErrorActionPreference = "SilentlyContinue"
|
|
chcp 65001
|
|
& "$PSScriptRoot\runtime\python.exe" -I "$PSScriptRoot\webui.py" zh_CN
|
|
pause
|