Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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
about 1 month 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