k-m-irfan's picture
updated large files with lfs
9f1c059
raw
history blame
241 Bytes
source tts-hs-hifigan/bin/activate
CUDA_VISIBLE_DEVICES="" gunicorn -w 2 -b 0.0.0.0:5000 app:app --timeout 600 --daemon #--certfile ./certificate.pem --keyfile ./key.pem
# set CUDA_VISIBLE_DEVICES >> "" for cpu, 0 for GPU-0, 1 for GPU-1 ...