vision-ai-engine / start.sh
hoda.fakhar
fix: OOM fix - models baked into Docker image, mobile responsive, 1 worker
ab8cebe
raw
history blame contribute delete
225 Bytes
#!/usr/bin/env bash
# Hugging Face Spaces startup script
# Models are pre-baked into the Docker image — no download needed here.
exec gunicorn -w 1 -b 0.0.0.0:7860 --timeout 300 --access-logfile - --error-logfile - run:app