Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,11 +13,11 @@ vocoder = SpeechT5HifiGan.from_pretrained("microsoft/speecht5_hifigan")
|
|
13 |
|
14 |
|
15 |
speaker_embeddings = {
|
16 |
-
"BDL": "
|
17 |
-
"CLB": "
|
18 |
-
"KSP": "
|
19 |
-
"RMS": "
|
20 |
-
"SLT": "
|
21 |
}
|
22 |
|
23 |
|
|
|
13 |
|
14 |
|
15 |
speaker_embeddings = {
|
16 |
+
"BDL": "andre-coy/speecht5_tts_tandt/triniFemale.npy",
|
17 |
+
"CLB": "andre-coy/speecht5_tts_tandt/triniFemale.npy",
|
18 |
+
"KSP": "andre-coy/speecht5_tts_tandt/triniFemale.npy",
|
19 |
+
"RMS": "andre-coy/speecht5_tts_tandt/triniFemale.npy",
|
20 |
+
"SLT": "andre-coy/speecht5_tts_tandt/triniFemale.npy",
|
21 |
}
|
22 |
|
23 |
|