mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 11:35:21 +00:00
3 lines
108 B
Bash
Executable File
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()" |