third-eye / start.ps1
mitvho09's picture
Upload folder using huggingface_hub
a764d29 verified
Raw
History Blame Contribute Delete
327 Bytes
$ErrorActionPreference = "Stop"
Set-Location $PSScriptRoot
$env:PYTHONIOENCODING = "utf-8"
$env:THIRD_EYE_MOCK = "false"
if (-not $env:THIRD_EYE_HOST) {
$env:THIRD_EYE_HOST = "0.0.0.0"
}
if (-not $env:THIRD_EYE_PORT) {
$env:THIRD_EYE_PORT = if ($env:PORT) { $env:PORT } else { "7860" }
}
python app.py