openedai-speech/startup.min.sh
2024-06-24 20:35:07 -04:00

8 lines
130 B
Bash
Executable File

#!/bin/bash
[ -f speech.env ] && . speech.env
bash download_voices_tts-1.sh
python speech.py --xtts_device none $EXTRA_ARGS $@