Spaces:
Running
Running
[Kokoro] Reenable text input
#18
by
hexgrad
- opened
app.py
CHANGED
@@ -453,6 +453,7 @@ OVERRIDE_INPUTS = {
|
|
453 |
3: 1, #speed
|
454 |
4: 3000, #trim
|
455 |
5: False, #use_gpu; fast enough with multithreaded with CPU
|
|
|
456 |
},
|
457 |
|
458 |
# maskGCT (by amphion)
|
|
|
453 |
3: 1, #speed
|
454 |
4: 3000, #trim
|
455 |
5: False, #use_gpu; fast enough with multithreaded with CPU
|
456 |
+
6: os.getenv('KOKORO'), #sk
|
457 |
},
|
458 |
|
459 |
# maskGCT (by amphion)
|