translator / seamless_server /run_docker.sh
ferrazzipietro's picture
copy
c1efb72
raw
history blame contribute delete
159 Bytes
# !/bin/bash
if [ -f models/Seamless/pretssel_melhifigan_wm.pt ] ; then
export USE_EXPRESSIVE_MODEL=1;
fi
uvicorn app_pubsub:app --host 0.0.0.0 --port 7860