sanchit-gandhi HF staff commited on
Commit
8c13550
1 Parent(s): 3c42c62

laughing example

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -38,6 +38,10 @@ examples = [
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
 
43
  number_normalizer = EnglishNumberNormalizer()
 
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
+ "<laugh> It can even laugh! Do you believe it ? I don't!",
43
+ "Talia speaks with laughter with high quality.",
44
+ ],
45
  ]
46
 
47
  number_normalizer = EnglishNumberNormalizer()