Files
OpenWeb-UI/startup.min.sh
2025-08-07 20:11:08 +02:00

8 lines
130 B
Bash
Executable File

#!/bin/bash
[ -f speech.env ] && . speech.env
bash download_voices_tts-1.sh
python speech.py --xtts_device none $EXTRA_ARGS $@