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

View file

@ -0,0 +1,11 @@
# Creating a separate environment for ttsbark project
```
make coqui
```
# Testing the gRPC server
```
make test
```