Spaces:
Runtime error
Runtime error
Omar Sanseviero
commited on
Commit
·
d8a4d7c
1
Parent(s):
2b65d86
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ voices = [
|
|
| 35 |
voice_paths = get_voices()
|
| 36 |
print(voice_paths)
|
| 37 |
|
| 38 |
-
preset = "
|
| 39 |
|
| 40 |
def inference(text, voice):
|
| 41 |
cond_paths = voice_paths[voice]
|
|
|
|
| 35 |
voice_paths = get_voices()
|
| 36 |
print(voice_paths)
|
| 37 |
|
| 38 |
+
preset = "ultra_fast"
|
| 39 |
|
| 40 |
def inference(text, voice):
|
| 41 |
cond_paths = voice_paths[voice]
|