Spaces:
Running
Running
File size: 130 Bytes
32147f3 |
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 $@
|