This commit is contained in:
parent
676f3f38c8
commit
2fcb7cef0f
17 changed files with 192 additions and 79 deletions
7
startup.min.sh
Executable file
7
startup.min.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
[ -f speech.env ] && . speech.env
|
||||
|
||||
bash download_voices_tts-1.sh
|
||||
|
||||
python speech.py --xtts_device none
|
||||
Loading…
Add table
Add a link
Reference in a new issue