erogol commited on
Commit
850876d
1 Parent(s): 6b8036b

Update readme

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -14,7 +14,7 @@ widget:
14
  This is the same or similar model to what powers [Coqui Studio](https://coqui.ai/) and [Coqui API](https://docs.coqui.ai/docs).
15
 
16
  ### Features
17
- - Supports 16 languages.
18
  - Voice cloning with just a 6-second audio clip.
19
  - Emotion and style transfer by cloning.
20
  - Cross-language voice cloning.
@@ -29,8 +29,9 @@ This is the same or similar model to what powers [Coqui Studio](https://coqui.ai
29
  - Better prosody and audio quality across the board.
30
 
31
  ### Languages
32
- XTTS-v2 supports 16 languages: **English (en), Spanish (es), French (fr), German (de), Italian (it), Portuguese (pt),
33
- Polish (pl), Turkish (tr), Russian (ru), Dutch (nl), Czech (cs), Arabic (ar), Chinese (zh-cn), Japanese (ja), Hungarian (hu) and Korean (ko)**.
 
34
 
35
  Stay tuned as we continue to add support for more languages. If you have any language requests, feel free to reach out!
36
 
@@ -99,4 +100,4 @@ outputs = model.synthesize(
99
  gpt_cond_len=3,
100
  language="en",
101
  )
102
- ```
 
14
  This is the same or similar model to what powers [Coqui Studio](https://coqui.ai/) and [Coqui API](https://docs.coqui.ai/docs).
15
 
16
  ### Features
17
+ - Supports 17 languages.
18
  - Voice cloning with just a 6-second audio clip.
19
  - Emotion and style transfer by cloning.
20
  - Cross-language voice cloning.
 
29
  - Better prosody and audio quality across the board.
30
 
31
  ### Languages
32
+ XTTS-v2 supports 17 languages: **English (en), Spanish (es), French (fr), German (de), Italian (it), Portuguese (pt),
33
+ Polish (pl), Turkish (tr), Russian (ru), Dutch (nl), Czech (cs), Arabic (ar), Chinese (zh-cn), Japanese (ja), Hungarian (hu), Korean (ko)
34
+ Hindi (hi)**.
35
 
36
  Stay tuned as we continue to add support for more languages. If you have any language requests, feel free to reach out!
37
 
 
100
  gpt_cond_len=3,
101
  language="en",
102
  )
103
+ ```