Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
LabelStudio
/
segment-anything
like
3
Running
App
Files
Files
Community
6307f85
segment-anything
/
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