sanchit-gandhi HF staff commited on
Commit
8e3aff1
1 Parent(s): 2b2c760

update examples

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +6 -6
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 📉
4
  colorFrom: red
5
  colorTo: red
6
  sdk: gradio
7
- sdk_version: 4.29.0
8
  app_file: app.py
9
  pinned: false
10
  ---
 
4
  colorFrom: red
5
  colorTo: red
6
  sdk: gradio
7
+ sdk_version: 4.31.2
8
  app_file: app.py
9
  pinned: false
10
  ---
app.py CHANGED
@@ -24,19 +24,19 @@ default_description = "Thomas speaks with emphasis and excitement at a moderate
24
  examples = [
25
  [
26
  "Remember - this is only the first iteration of the model. To improve the prosody and naturalness of the speech further, we're scaling up the amount of training data by a factor of five times.",
27
- "Thomas speaks in a sad tone at a very slow pace with high quality."
28
  ],
29
  [
30
- "Did you know? <laugh> You can reproduce this entire training recipe by following the steps outlined on the model card!",
31
- "Talia speaks quickly with laughter and high quality audio.",
32
  ],
33
  [
34
- "But that's no secret! The entire project is open-source first, with all release artefacts on the Hub.",
35
  "Elisabeth speaks happily at a slightly slower than average pace with high quality audio.",
36
  ],
37
  [
38
- "Hey there. I'm Jerry. Or at least, I *think* I am? I just need to check that quickly.",
39
- "Jerry speaks in a confused tone at a moderate pace with high quality audio.",
40
  ],
41
  ]
42
 
 
24
  examples = [
25
  [
26
  "Remember - this is only the first iteration of the model. To improve the prosody and naturalness of the speech further, we're scaling up the amount of training data by a factor of five times.",
27
+ "Thomas speaks in a sad tone at a moderate pace with high quality."
28
  ],
29
  [
30
+ "Did you know? You can reproduce this entire training recipe by following the steps outlined on the model card!",
31
+ "Talia speaks quickly with excitement and high quality audio.",
32
  ],
33
  [
34
+ "But that's no secret! The entire project is open source first, with all release artefacts on the Hub.",
35
  "Elisabeth speaks happily at a slightly slower than average pace with high quality audio.",
36
  ],
37
  [
38
+ "Hey there! I'm Jerry. Or at least I think I am? I just need to check that quickly.",
39
+ "Jerry speaks in a confused tone at a moderately slow pace with high quality audio.",
40
  ],
41
  ]
42