Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
LabelStudio/segment-anything
kolubex
/
segment-anything
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6307f85
segment-anything
/
start.sh
hogepodge
Initial commit of the Label Studio Segment Anything space
6307f85
over 1 year ago
raw
Copy download link
history
blame
Safe
150 Bytes
#!/bin/bash
# Execute the gunicorn command
exec
/home/user/.local/bin/gunicorn --preload --
bind
:
$PORT
--workers 1 --threads 8 --
timeout
0 _wsgi:app