uncloseai-speech/startup.min.sh
2024-06-17 00:20:17 -04:00

7 lines
No EOL
170 B
Bash
Executable file

#!/bin/bash
[ -f speech.env ] && . speech.env
bash download_voices_tts-1.sh
python speech.py --xtts_device none ${OPENEDAI_LOG_LEVEL:+--log-level $OPENEDAI_LOG_LEVEL}