Spaces:
Running
Running
[Kokoro] Reenable text input (#18)
Browse files- [Kokoro] Reenable text input (0a199b8d336ea7be4666a0f8a1de84fa4b3fa303)
Co-authored-by: Hexgrad <[email protected]>
app.py
CHANGED
@@ -454,6 +454,7 @@ OVERRIDE_INPUTS = {
|
|
454 |
3: 1, #speed
|
455 |
4: 3000, #trim
|
456 |
5: False, #use_gpu; fast enough with multithreaded with CPU
|
|
|
457 |
},
|
458 |
|
459 |
# maskGCT (by amphion)
|
|
|
454 |
3: 1, #speed
|
455 |
4: 3000, #trim
|
456 |
5: False, #use_gpu; fast enough with multithreaded with CPU
|
457 |
+
6: os.getenv('KOKORO'), #sk
|
458 |
},
|
459 |
|
460 |
# maskGCT (by amphion)
|