Eempostor's picture
Upload folder using huggingface_hub
4713f4c verified
raw
history blame contribute delete
No virus
123 Bytes
$ErrorActionPreference = "SilentlyContinue"
chcp 65001
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py"
pause