Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
7663e41
1
Parent(s):
44e30b0
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ voices = [
|
|
36 |
voice_paths = get_voices()
|
37 |
print(voice_paths)
|
38 |
|
39 |
-
preset = "
|
40 |
|
41 |
def inference(text, voice):
|
42 |
text = text[:256]
|
|
|
36 |
voice_paths = get_voices()
|
37 |
print(voice_paths)
|
38 |
|
39 |
+
preset = "fast"
|
40 |
|
41 |
def inference(text, voice):
|
42 |
text = text[:256]
|