Spaces:
Running
on
Zero
Running
on
Zero
ButterCream
commited on
Commit
·
a574374
1
Parent(s):
dc6ccd8
adjust examples
Browse files
app.py
CHANGED
@@ -65,21 +65,21 @@ def get_example():
|
|
65 |
examples = [
|
66 |
["./Examples/David Attenborough.wav",
|
67 |
"An understanding of the natural world is a source of not only great curiosity, but great fulfilment.",
|
68 |
-
1, 0.2, 0.5,
|
69 |
["./Examples/Linus Tech Tips.wav",
|
70 |
"sometimes I get so in the zone while building a computer it's like an out of body experience.",
|
71 |
-
1, 0.
|
72 |
["./Examples/Melina.wav",
|
73 |
"If you intend to claim the Frenzied Flame, I ask that you cease. It is not to be meddled with. It is chaos, "
|
74 |
"devouring life and thought unending. However ruined this world has become, "
|
75 |
"however mired in torment and despair, life endures.",
|
76 |
-
0.95, 0.
|
77 |
["./Examples/Patrick Bateman.wav",
|
78 |
"My Pain Is Constant And Sharp, And I Do Not Wish For A Better World For Anyone.",
|
79 |
-
1, 0.
|
80 |
["./Examples/Furina.wav",
|
81 |
"That's more like it! As expected, my dazzling side comes through in any situation.",
|
82 |
-
1, 0.2, 0.
|
83 |
]
|
84 |
return examples
|
85 |
|
|
|
65 |
examples = [
|
66 |
["./Examples/David Attenborough.wav",
|
67 |
"An understanding of the natural world is a source of not only great curiosity, but great fulfilment.",
|
68 |
+
1, 0.2, 0.5, 1, 200],
|
69 |
["./Examples/Linus Tech Tips.wav",
|
70 |
"sometimes I get so in the zone while building a computer it's like an out of body experience.",
|
71 |
+
1, 0.2, 0.8, 2, 200],
|
72 |
["./Examples/Melina.wav",
|
73 |
"If you intend to claim the Frenzied Flame, I ask that you cease. It is not to be meddled with. It is chaos, "
|
74 |
"devouring life and thought unending. However ruined this world has become, "
|
75 |
"however mired in torment and despair, life endures.",
|
76 |
+
0.95, 0.2, 0.5, 2, 200],
|
77 |
["./Examples/Patrick Bateman.wav",
|
78 |
"My Pain Is Constant And Sharp, And I Do Not Wish For A Better World For Anyone.",
|
79 |
+
1, 0.2, 0.6, 1, 200],
|
80 |
["./Examples/Furina.wav",
|
81 |
"That's more like it! As expected, my dazzling side comes through in any situation.",
|
82 |
+
1, 0.2, 0.8, 2, 200]
|
83 |
]
|
84 |
return examples
|
85 |
|