0.12.0 - Improved errors & logging, swap alloy default voice

closes #3, re: #11
This commit is contained in:
matatonic 2024-06-16 23:35:11 -04:00
parent 07337907f9
commit f21ed56a00
9 changed files with 167 additions and 14 deletions

View file

@ -5,4 +5,4 @@
bash download_voices_tts-1.sh
bash download_voices_tts-1-hd.sh $PRELOAD_MODEL
python speech.py ${PRELOAD_MODEL:+--preload $PRELOAD_MODEL} $@
python speech.py ${PRELOAD_MODEL:+--preload $PRELOAD_MODEL} ${OPENEDAI_LOG_LEVEL:+--log-level $OPENEDAI_LOG_LEVEL} $@