GPT-SoVITS_KusanagiNene / go-webui.ps1
MomoyamaSawa's picture
initial upload
b108546
raw
history blame
123 Bytes
$ErrorActionPreference = "SilentlyContinue"
chcp 65001
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py"
pause