Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
LabelStudio/segment-anything
diegokauer
/
segmentation-backend
like
0
Sleeping
App
Files
Files
Community
2aaecad
segmentation-backend
/
start.sh
hogepodge
Initial commit of the Label Studio Segment Anything space
6307f85
about 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