ProteusAlpha
commited on
Commit
•
143a514
1
Parent(s):
6c2b0d7
Update README.md
Browse files
README.md
CHANGED
@@ -2,10 +2,14 @@
|
|
2 |
license: other
|
3 |
license_name: coqui-public-model-license
|
4 |
license_link: https://coqui.ai/cpml
|
5 |
-
library_name:
|
6 |
pipeline_tag: text-to-speech
|
7 |
widget:
|
8 |
-
|
|
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# ⓍTTS
|
@@ -100,4 +104,4 @@ outputs = model.synthesize(
|
|
100 |
gpt_cond_len=3,
|
101 |
language="en",
|
102 |
)
|
103 |
-
```
|
|
|
2 |
license: other
|
3 |
license_name: coqui-public-model-license
|
4 |
license_link: https://coqui.ai/cpml
|
5 |
+
library_name: diffusers
|
6 |
pipeline_tag: text-to-speech
|
7 |
widget:
|
8 |
+
- text: Once when I was six years old I saw a magnificent picture
|
9 |
+
datasets:
|
10 |
+
- Lin-Chen/ShareGPT4V
|
11 |
+
metrics:
|
12 |
+
- character
|
13 |
---
|
14 |
|
15 |
# ⓍTTS
|
|
|
104 |
gpt_cond_len=3,
|
105 |
language="en",
|
106 |
)
|
107 |
+
```
|