demucs-server/src/run.sh

4 lines
91 B
Bash
Executable File

#!/usr/bin/env sh
gunicorn --threads 16 --timeout 5 -b '127.0.0.2:8000' demucs_server:app