cutout-studio / Procfile
akswaroop
fix: load only one model at a time to fix OOM crash
7fccb80
Raw
History Blame Contribute Delete
81 Bytes
web: gunicorn app:app --workers 1 --threads 2 --timeout 300 --bind 0.0.0.0:$PORT