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