Spaces:
Paused
Paused
File size: 159 Bytes
c1efb72 |
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 |