feat: add 🐸 coqui (#1489)

* feat: add coqui

* docs: update news
This commit is contained in:
Ettore Di Giacinto 2023-12-24 13:38:54 -05:00 committed by GitHub
parent 7e2d101a46
commit 95eb72bfd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 706 additions and 100 deletions

14
backend/python/coqui/run.sh Executable file
View file

@ -0,0 +1,14 @@
#!/bin/bash
##
## A bash script wrapper that runs the ttsbark server with conda
export PATH=$PATH:/opt/conda/bin
# Activate conda environment
source activate transformers
# get the directory where the bash script is located
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
python $DIR/coqui_server.py $@