deepface/scripts/service.sh
2024-02-04 12:45:27 +00:00

3 lines
117 B
Bash
Executable File

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