Spaces:
Runtime error
Runtime error
File size: 159 Bytes
d9b3f79 | 1 2 3 4 5 | # !/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 |