deepface/scripts/service.sh
Sefik Ilkin Serengil 8497682171 open issues
2024-02-02 17:33:31 +00:00

3 lines
108 B
Bash
Executable File

#!/usr/bin/env bash
cd ../api/src
gunicorn --workers=1 --timeout=3600 --bind=0.0.0.0:5000 "app:create_app()"