Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
GitHub Actions
commited on
Commit
·
15f9d1e
1
Parent(s):
78ffa14
Sync from GitHub repo
Browse files
tts.py
CHANGED
@@ -87,6 +87,10 @@ model_mapping = {
|
|
87 |
"provider": "lanternfish",
|
88 |
"model": "lanternfish-1",
|
89 |
},
|
|
|
|
|
|
|
|
|
90 |
}
|
91 |
url = "https://tts-agi-tts-router-v2.hf.space/tts"
|
92 |
headers = {
|
|
|
87 |
"provider": "lanternfish",
|
88 |
"model": "lanternfish-1",
|
89 |
},
|
90 |
+
"nls-1": {
|
91 |
+
"provider": "nls",
|
92 |
+
"model": "nls-1",
|
93 |
+
},
|
94 |
}
|
95 |
url = "https://tts-agi-tts-router-v2.hf.space/tts"
|
96 |
headers = {
|