Update glowtts docstrings and docs

This commit is contained in:
Eren Gölge
2021-06-30 14:30:55 +02:00
parent 21126839a8
commit 2e1a428b83
26 changed files with 305 additions and 225 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ Model API provides you a set of functions that easily make your model compatible
## Base `vocoder` Model
```{eval-rst}
.. autoclass:: TTS.tts.models.base_vocoder.BaseVocoder`
.. autoclass:: TTS.vocoder.models.base_vocoder.BaseVocoder
:members:
```