Speech / startup.min.sh
azils3's picture
Upload 38 files
7a3a321 verified
raw
history blame contribute delete
130 Bytes
#!/bin/bash
[ -f speech.env ] && . speech.env
bash download_voices_tts-1.sh
python speech.py --xtts_device none $EXTRA_ARGS $@