support gpt-sovits v2

support gpt-sovits v2
This commit is contained in:
RVC-Boss
2024-08-02 15:43:04 +08:00
committed by GitHub
parent 4c8b761220
commit ff6c193f6f
3 changed files with 14 additions and 6 deletions

4
go-webui-v2.ps1 Normal file
View File

@@ -0,0 +1,4 @@
$ErrorActionPreference = "SilentlyContinue"
chcp 65001
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py v2"
pause