TTS-OPENAI-FREE / startup.min.sh
imseldrith's picture
Upload folder using huggingface_hub (#5)
ef251c2 verified
raw
history blame
130 Bytes
#!/bin/bash
[ -f speech.env ] && . speech.env
bash download_voices_tts-1.sh
python speech.py --xtts_device none $EXTRA_ARGS $@