From 7f30ef91b2a05f05479685ae6f3136eb47f5dd7c Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 17 Sep 2025 10:59:10 +0200 Subject: [PATCH] feat(tts): initial tts script (WIP) --- tts.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 tts.sh diff --git a/tts.sh b/tts.sh new file mode 100755 index 0000000..2935b75 --- /dev/null +++ b/tts.sh @@ -0,0 +1,3 @@ +eval $(conda shell.bash hook) +conda init +conda activate tts