init ascend tts
This commit is contained in:
7
ascend_910-gpt-sovits/GPT-SoVITS/go-webui.ps1
Normal file
7
ascend_910-gpt-sovits/GPT-SoVITS/go-webui.ps1
Normal file
@@ -0,0 +1,7 @@
|
||||
$ErrorActionPreference = "SilentlyContinue"
|
||||
chcp 65001
|
||||
Set-Location $PSScriptRoot
|
||||
$runtimePath = Join-Path $PSScriptRoot "runtime"
|
||||
$env:PATH = "$runtimePath;$env:PATH"
|
||||
& "$runtimePath\python.exe" -I "$PSScriptRoot\webui.py" zh_CN
|
||||
pause
|
||||
Reference in New Issue
Block a user