CoolFace
Apppublic

DefendIntelligence/vessel-detection

sourceHugging Facemitupdated 5mo agoView on Hugging Face
3likes
start.sh9 linesDownload Raw Back to root
1#!/usr/bin/env bash2set -euo pipefail3 4if command -v python3 >/dev/null 2>&1; then5  python3 run_local.py6else7  python run_local.py8fi9