Spaces:
Running
Running
File size: 129 Bytes
69cf514 |
1 2 3 4 5 |
$ErrorActionPreference = "SilentlyContinue"
chcp 65001
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py zh_CN"
pause
|