mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 04:22:46 +08:00
修正PowerShell启动脚本中python传参的错误 (#2093)
This commit is contained in:
parent
e061e9d38e
commit
c4606c1cc1
@ -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