Text-to-Speech
coqui
eginhard commited on
Commit
d0f5995
·
verified ·
1 Parent(s): d821f70

feat(README): add language tags

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -6,6 +6,22 @@ library_name: coqui
6
  pipeline_tag: text-to-speech
7
  base_model: coqui/XTTS-v1
8
  new_version: tts-hub/XTTS-v2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  # XTTS
@@ -93,4 +109,4 @@ outputs = model.synthesize(
93
  gpt_cond_len=3,
94
  language="en",
95
  )
96
- ```
 
6
  pipeline_tag: text-to-speech
7
  base_model: coqui/XTTS-v1
8
  new_version: tts-hub/XTTS-v2
9
+ language:
10
+ - multilingual
11
+ - en
12
+ - es
13
+ - fr
14
+ - de
15
+ - it
16
+ - pt
17
+ - pl
18
+ - tr
19
+ - ru
20
+ - nl
21
+ - cs
22
+ - ar
23
+ - zh
24
+ - ja
25
  ---
26
 
27
  # XTTS
 
109
  gpt_cond_len=3,
110
  language="en",
111
  )
112
+ ```