Spaces:
Running
Running
[Kokoro] Use default params
Browse filesThe default params for `generate` are reasonable. This should hopefully future-proof against breaking changes in the future.
app.py
CHANGED
@@ -449,15 +449,6 @@ OVERRIDE_INPUTS = {
|
|
449 |
# StyleTTS 2 kokoro
|
450 |
'hexgrad/kokoro': {
|
451 |
1: "af", #voice
|
452 |
-
2: None, #ps
|
453 |
-
3: 1, #speed
|
454 |
-
4: 0.5, #reduce_noise
|
455 |
-
5: 4000, #opening_cut
|
456 |
-
6: 2000, #closing_cut
|
457 |
-
7: 3000, #ease_in
|
458 |
-
8: 1000, #ease_out
|
459 |
-
9: 5000, #pad_before
|
460 |
-
10: 5000, #pad_after
|
461 |
},
|
462 |
|
463 |
# maskGCT (by amphion)
|
|
|
449 |
# StyleTTS 2 kokoro
|
450 |
'hexgrad/kokoro': {
|
451 |
1: "af", #voice
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
452 |
},
|
453 |
|
454 |
# maskGCT (by amphion)
|