Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DefendIntelligence
/
vessel-detection
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
vessel-detection
/
start.sh
DefendIntelligence
Add local install bootstrap and GitHub links
785b1c7
verified
10 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
136 Bytes
#!/usr/bin/env bash
set
-euo pipefail
if
command
-v python3 >/dev/null 2>&1;
then
python3 run_local.py
else
python run_local.py
fi