segment-anything / start.sh
hogepodge's picture
Initial commit of the Label Studio Segment Anything space
6307f85
#!/bin/bash
# Execute the gunicorn command
exec /home/user/.local/bin/gunicorn --preload --bind :$PORT --workers 1 --threads 8 --timeout 0 _wsgi:app