7 lines
No EOL
170 B
Bash
Executable file
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} |