Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
GitHub Actions
commited on
Commit
·
2617647
1
Parent(s):
9fe5fea
Sync from GitHub repo
Browse files
tts.py
CHANGED
|
@@ -107,6 +107,10 @@ model_mapping = {
|
|
| 107 |
"provider": "wordcab",
|
| 108 |
"model": "wordcab",
|
| 109 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
}
|
| 111 |
url = "https://tts-agi-tts-router-v2.hf.space/tts"
|
| 112 |
headers = {
|
|
|
|
| 107 |
"provider": "wordcab",
|
| 108 |
"model": "wordcab",
|
| 109 |
},
|
| 110 |
+
"veena": {
|
| 111 |
+
"provider": "veena",
|
| 112 |
+
"model": "veena",
|
| 113 |
+
}
|
| 114 |
}
|
| 115 |
url = "https://tts-agi-tts-router-v2.hf.space/tts"
|
| 116 |
headers = {
|