Spaces:
Running
on
Zero
Running
on
Zero
File size: 132 Bytes
1503e4f |
1 2 3 4 5 |
$ErrorActionPreference = "SilentlyContinue"
chcp 65001
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py v1 zh_CN"
pause
|