Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- gos
|
4 |
license: apache-2.0
|
5 |
---
|
6 |
+
A Gronings TTS model.
|
7 |
+
|
8 |
+
This model is trained using the [ESPnet toolkit](https://github.com/espnet/espnet) and has the VITS architecture.
|
9 |
+
|
10 |
+
The model training started from an [English VITS model](https://huggingface.co/espnet/kan-bayashi_ljspeech_vits).
|