CoolFace
Apppublic

diegokauer/segmentation-backend

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes
start.sh5 linesDownload Raw Back to root
1#!/bin/bash2 3# Execute the gunicorn command4exec /home/user/.local/bin/gunicorn --preload --bind :$PORT --workers 1 --threads 8 --timeout 0 _wsgi:app5