Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
GitHub Actions
commited on
Commit
·
87f7c84
1
Parent(s):
55b82b7
Sync from GitHub repo
Browse files
tts.py
CHANGED
|
@@ -79,6 +79,10 @@ model_mapping = {
|
|
| 79 |
"provider": "minimax",
|
| 80 |
"model": "speech-02-turbo",
|
| 81 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
}
|
| 83 |
url = "https://tts-agi-tts-router-v2.hf.space/tts"
|
| 84 |
headers = {
|
|
|
|
| 79 |
"provider": "minimax",
|
| 80 |
"model": "speech-02-turbo",
|
| 81 |
},
|
| 82 |
+
"lanternfish-1": {
|
| 83 |
+
"provider": "lanternfish",
|
| 84 |
+
"model": "lanternfish-1",
|
| 85 |
+
},
|
| 86 |
}
|
| 87 |
url = "https://tts-agi-tts-router-v2.hf.space/tts"
|
| 88 |
headers = {
|