Remove Tensorflow requeriment (#1225)

* Remove TF modules

* Remove TF unit tests

* Remove TF vocoder modules

* Remove TF convert scripts

* Remove TF requirement

* Remove the Docs TF instructions

* Remove TF inference support
This commit is contained in:
Edresson Casanova
2022-02-10 16:14:54 +01:00
committed by GitHub
parent 44c7d1a826
commit 0860d73cf8
37 changed files with 19 additions and 2607 deletions
-6
View File
@@ -12,12 +12,6 @@ You can install from PyPI as follows:
pip install TTS # from PyPI
```
By default, this only installs the requirements for PyTorch. To install the tensorflow dependencies as well, use the `tf` extra.
```bash
pip install TTS[tf]
```
Or install from Github:
```bash