Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -5,7 +5,15 @@ 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 +108,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
+ datasets:
10
+ - DrishtiSharma/coqui-dataset
11
+ language:
12
+ - ab
13
+ metrics:
14
+ - bertscore
15
+ tags:
16
+ - medical
17
  ---
18
 
19
  # ⓍTTS
 
108
  gpt_cond_len=3,
109
  language="en",
110
  )
111
+ ```