Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
GitHub Actions
commited on
Commit
·
efe21f5
1
Parent(s):
7a2b7aa
Sync from GitHub repo
Browse files
tts.py
CHANGED
|
@@ -127,6 +127,10 @@ model_mapping = {
|
|
| 127 |
"provider": "vocu",
|
| 128 |
"model": "vocu-balance",
|
| 129 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 130 |
}
|
| 131 |
url = "https://tts-agi-tts-router-v2.hf.space/tts"
|
| 132 |
headers = {
|
|
|
|
| 127 |
"provider": "vocu",
|
| 128 |
"model": "vocu-balance",
|
| 129 |
},
|
| 130 |
+
"neuphonic": {
|
| 131 |
+
"provider": "neuphonic",
|
| 132 |
+
"model": "neutts",
|
| 133 |
+
},
|
| 134 |
}
|
| 135 |
url = "https://tts-agi-tts-router-v2.hf.space/tts"
|
| 136 |
headers = {
|