Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -23,54 +23,54 @@ SAMPLE_RATE = feature_extractor.sampling_rate
|
|
23 |
SEED = 42
|
24 |
|
25 |
default_text = "La voix humaine est un instrument de musique au-dessus de tous les autres."
|
26 |
-
default_description = "
|
27 |
examples = [
|
28 |
# French
|
29 |
[
|
30 |
"La voix humaine est un instrument de musique au-dessus de tous les autres.",
|
31 |
-
"
|
32 |
None,
|
33 |
],
|
34 |
# Spanish
|
35 |
[
|
36 |
"La voz es el reflejo del alma en el espejo del tiempo.",
|
37 |
-
"
|
38 |
None,
|
39 |
],
|
40 |
# Italian
|
41 |
[
|
42 |
"La voce umana è la più bella musica che esista al mondo.",
|
43 |
-
"
|
44 |
None,
|
45 |
],
|
46 |
# Portuguese
|
47 |
[
|
48 |
"A voz é o espelho da alma e o som do coração.",
|
49 |
-
"
|
50 |
None,
|
51 |
],
|
52 |
# Polish
|
53 |
[
|
54 |
"Głos ludzki jest najpiękniejszym instrumentem świata.",
|
55 |
-
"
|
56 |
None,
|
57 |
],
|
58 |
# German
|
59 |
[
|
60 |
"Die menschliche Stimme ist das schönste Instrument der Welt.",
|
61 |
-
"
|
62 |
None,
|
63 |
],
|
64 |
# Dutch
|
65 |
[
|
66 |
"De menselijke stem is het mooiste instrument dat er bestaat.",
|
67 |
-
"
|
68 |
None,
|
69 |
],
|
70 |
# English
|
71 |
[
|
72 |
"The human voice is nature's most perfect instrument.",
|
73 |
-
"
|
74 |
None,
|
75 |
],
|
76 |
]
|
|
|
23 |
SEED = 42
|
24 |
|
25 |
default_text = "La voix humaine est un instrument de musique au-dessus de tous les autres."
|
26 |
+
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."
|
27 |
examples = [
|
28 |
# French
|
29 |
[
|
30 |
"La voix humaine est un instrument de musique au-dessus de tous les autres.",
|
31 |
+
"a woman with a slightly low- pitched voice speaks slowly in a clear and close- sounding environment, but her delivery is quite monotone.",
|
32 |
None,
|
33 |
],
|
34 |
# Spanish
|
35 |
[
|
36 |
"La voz es el reflejo del alma en el espejo del tiempo.",
|
37 |
+
"a man with a moderate pitch voice speaks slowly with a slightly animated delivery in a very close- sounding environment with minimal background noise.",
|
38 |
None,
|
39 |
],
|
40 |
# Italian
|
41 |
[
|
42 |
"La voce umana è la più bella musica che esista al mondo.",
|
43 |
+
"a man with a moderate pitch speaks slowly in a very noisy environment that sounds very distant, delivering his words in a monotone manner.",
|
44 |
None,
|
45 |
],
|
46 |
# Portuguese
|
47 |
[
|
48 |
"A voz é o espelho da alma e o som do coração.",
|
49 |
+
"a man speaks slowly in a distant- sounding environment with a clean audio quality, delivering his message in a monotone voice at a moderate pitch. ",
|
50 |
None,
|
51 |
],
|
52 |
# Polish
|
53 |
[
|
54 |
"Głos ludzki jest najpiękniejszym instrumentem świata.",
|
55 |
+
"a man with a moderate pitch speaks in a monotone manner at a slightly slow pace, but the recording is quite noisy and sounds very distant.",
|
56 |
None,
|
57 |
],
|
58 |
# German
|
59 |
[
|
60 |
"Die menschliche Stimme ist das schönste Instrument der Welt.",
|
61 |
+
"a man with a moderate pitch speaks slowly in a noisy environment with a flat tone of voice, creating a slightly close- sounding effect.",
|
62 |
None,
|
63 |
],
|
64 |
# Dutch
|
65 |
[
|
66 |
"De menselijke stem is het mooiste instrument dat er bestaat.",
|
67 |
+
"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.",
|
68 |
None,
|
69 |
],
|
70 |
# English
|
71 |
[
|
72 |
"The human voice is nature's most perfect instrument.",
|
73 |
+
"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.",
|
74 |
None,
|
75 |
],
|
76 |
]
|