Spaces:
Running
Running
[Kokoro] Reenable text input
Browse filesNot urgent, since default sentences are whitelisted. Requires `KOKORO` secret to be added to the Arena Space.
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)
|