mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 19:41:56 +08:00
修正PowerShell启动脚本中python传参的错误
This commit is contained in:
parent
e061e9d38e
commit
7d12c49617
@ -1,4 +1,4 @@
|
||||
$ErrorActionPreference = "SilentlyContinue"
|
||||
chcp 65001
|
||||
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py zh_CN"
|
||||
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py" zh_CN
|
||||
pause
|
||||
|
Loading…
x
Reference in New Issue
Block a user