demucs-server/src/run.sh

4 lines
79 B
Bash
Executable File

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