mirror of
https://github.com/serengil/deepface.git
synced 2025-06-05 19:15:23 +00:00
1 line
165 B
Bash
1 line
165 B
Bash
gunicorn -w 1 -b 0.0.0.0:5000 --timeout 7200 --log-level 'debug' --access-logfile - --access-logformat '%(h)s - - [%(t)s] "%(r)s" %(s)s %(b)s %(L)s' app:create_app() |