mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-27 12:06:45 +08:00
* Update Req, Shell Scripts and Docs * Use half-width punctuation marks * Update install.sh
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
|