Commit
·
bcc2e26
1
Parent(s):
d63cc16
add samples
Browse files
README.md
CHANGED
|
@@ -4,6 +4,31 @@ license_name: coqui-public-model-license
|
|
| 4 |
license_link: https://coqui.ai/cpml
|
| 5 |
library_name: coqui
|
| 6 |
pipeline_tag: text-to-speech
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# ⓍTTS
|
|
|
|
| 4 |
license_link: https://coqui.ai/cpml
|
| 5 |
library_name: coqui
|
| 6 |
pipeline_tag: text-to-speech
|
| 7 |
+
widget:
|
| 8 |
+
- src: samples/en-sample.wav
|
| 9 |
+
output:
|
| 10 |
+
text: "Once when I was six years old I saw a magnificent picture"
|
| 11 |
+
- src: samples/de-sample.wav
|
| 12 |
+
output:
|
| 13 |
+
text: "Als ich sechs war, sah ich einmal ein wunderbares Bild"
|
| 14 |
+
- src: samples/es-sample.wav
|
| 15 |
+
output:
|
| 16 |
+
text: "Cuando tenía seis años, vi una vez una imagen magnífica"
|
| 17 |
+
- src: samples/fr-sample.wav
|
| 18 |
+
output:
|
| 19 |
+
text: "Lorsque j'avais six ans j'ai vu, une fois, une magnifique image"
|
| 20 |
+
- src: samples/ja-sample.wav
|
| 21 |
+
output:
|
| 22 |
+
text: "かつて 六歳のとき、素晴らしい絵を見ました"
|
| 23 |
+
- src: samples/tr-sample.wav
|
| 24 |
+
output:
|
| 25 |
+
text: "Bir zamanlar, altı yaşındayken, muhteşem bir resim gördüm"
|
| 26 |
+
- src: samples/zh-cn-esample.wav
|
| 27 |
+
output:
|
| 28 |
+
text: "当我还只有六岁的时候, 看到了一副精彩的插画"
|
| 29 |
+
- src: samples/pt-sample.wav
|
| 30 |
+
output:
|
| 31 |
+
text: "Quando eu tinha seis anos eu vi, uma vez, uma imagem magnífica"
|
| 32 |
---
|
| 33 |
|
| 34 |
# ⓍTTS
|