File size: 130 Bytes
2a8b06e
 
 
 
 
 
ef251c2
1
2
3
4
5
6
7
8
#!/bin/bash

[ -f speech.env ] && . speech.env

bash download_voices_tts-1.sh

python speech.py --xtts_device none $EXTRA_ARGS $@