Spaces:
Runtime error
Runtime error
ButterCream
commited on
Commit
·
dc6ccd8
1
Parent(s):
da4aa19
Use higher quality examples
Browse files
app.py
CHANGED
|
@@ -76,11 +76,11 @@ def get_example():
|
|
| 76 |
0.95, 0.3, 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.3, 0.6, 2, 200]
|
| 80 |
-
|
| 81 |
-
["./Examples/Furina.wav",
|
| 82 |
"That's more like it! As expected, my dazzling side comes through in any situation.",
|
| 83 |
1, 0.2, 0.7, 2, 200]
|
|
|
|
| 84 |
return examples
|
| 85 |
|
| 86 |
theme = gr.themes.Soft(
|
|
|
|
| 76 |
0.95, 0.3, 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.3, 0.6, 2, 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.7, 2, 200]
|
| 83 |
+
]
|
| 84 |
return examples
|
| 85 |
|
| 86 |
theme = gr.themes.Soft(
|