PHBJT commited on
Commit
b4eef1e
1 Parent(s): b5f75f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -33,6 +33,13 @@ SEED = 42
33
  default_text = "La voix humaine est un instrument de musique au-dessus de tous les autres."
34
  default_description = "a woman with a slightly low- pitched voice speaks slowly in a clear and close- sounding environment, but her delivery is quite monotone."
35
  examples = [
 
 
 
 
 
 
 
36
  # French
37
  [
38
  "La voix humaine est un instrument de musique au-dessus de tous les autres.",
@@ -74,14 +81,7 @@ examples = [
74
  "De menselijke stem is het mooiste instrument dat er bestaat.",
75
  "a man with a moderate pitch speaks slightly slowly with an expressive and animated delivery in a very close- sounding environment with a bit of background noise.",
76
  None,
77
- ],
78
- # English
79
- [
80
- "The human voice is nature's most perfect instrument.",
81
- "Aa woman with a slightly low- pitched voice speaks slowly in a very distant- sounding environment with a clean audio quality, delivering her message in a very monotone manner.",
82
-
83
- None,
84
- ],
85
  ]
86
 
87
 
 
33
  default_text = "La voix humaine est un instrument de musique au-dessus de tous les autres."
34
  default_description = "a woman with a slightly low- pitched voice speaks slowly in a clear and close- sounding environment, but her delivery is quite monotone."
35
  examples = [
36
+ # English
37
+ [
38
+ "The human voice is nature's most perfect instrument.",
39
+ "Aa woman with a slightly low- pitched voice speaks slowly in a very distant- sounding environment with a clean audio quality, delivering her message in a very monotone manner.",
40
+
41
+ None,
42
+ ],
43
  # French
44
  [
45
  "La voix humaine est un instrument de musique au-dessus de tous les autres.",
 
81
  "De menselijke stem is het mooiste instrument dat er bestaat.",
82
  "a man with a moderate pitch speaks slightly slowly with an expressive and animated delivery in a very close- sounding environment with a bit of background noise.",
83
  None,
84
+ ]
 
 
 
 
 
 
 
85
  ]
86
 
87