Text-to-Speech
coqui
serdarcaglar commited on
Commit
e1f54e4
1 Parent(s): 6c2b0d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -5,7 +5,25 @@ license_link: https://coqui.ai/cpml
5
  library_name: coqui
6
  pipeline_tag: text-to-speech
7
  widget:
8
- - text: "Once when I was six years old I saw a magnificent picture"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  # ⓍTTS
@@ -100,4 +118,4 @@ outputs = model.synthesize(
100
  gpt_cond_len=3,
101
  language="en",
102
  )
103
- ```
 
5
  library_name: coqui
6
  pipeline_tag: text-to-speech
7
  widget:
8
+ - text: Once when I was six years old I saw a magnificent picture
9
+ language:
10
+ - en
11
+ - es
12
+ - fr
13
+ - de
14
+ - it
15
+ - pt
16
+ - pl
17
+ - tr
18
+ - ru
19
+ - nl
20
+ - cs
21
+ - ar
22
+ - zh
23
+ - ja
24
+ - hu
25
+ - ko
26
+ - hi
27
  ---
28
 
29
  # ⓍTTS
 
118
  gpt_cond_len=3,
119
  language="en",
120
  )
121
+ ```