🐸 Coqui Studio API integration (#2484)

* Warn when lang is not avail

* Make style

* Implement Coqui Studio API

* Test

* Update docs

* Set action

* Make style

* Make lint

* Update README

* Make style

* Fix action

* Run actions
This commit is contained in:
Eren Gölge
2023-04-05 15:06:50 +02:00
committed by GitHub
parent ce79160576
commit ad8b9bf2be
6 changed files with 482 additions and 31 deletions
+5 -2
View File
@@ -32,7 +32,8 @@ jobs:
- name: check OS
run: cat /etc/os-release
- name: set ENV
run: export TRAINER_TELEMETRY=0
run: |
export TRAINER_TELEMETRY=0
- name: Install dependencies
run: |
sudo apt-get update
@@ -49,4 +50,6 @@ jobs:
python3 -m pip install .[all]
python3 setup.py egg_info
- name: Unit tests
run: make inference_tests
run: |
export COQUI_STUDIO_TOKEN=${{ secrets.COQUI_STUDIO_TOKEN }}
make inference_tests