CoolFace
Apppublic

DefendIntelligence/vessel-detection

sourceHugging Facemitupdated 5mo agoView on Hugging Face
3likes
start.ps18 linesDownload Raw Back to root
1$ErrorActionPreference = "Stop"2 3if (Get-Command py -ErrorAction SilentlyContinue) {4    py -3 run_local.py5} else {6    python run_local.py7}8