Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
GitHub Actions
commited on
Commit
·
459ac7b
1
Parent(s):
fbdb16c
Sync from GitHub repo
Browse files
tts.py
CHANGED
|
@@ -71,8 +71,15 @@ model_mapping = {
|
|
| 71 |
"provider": "megatts3",
|
| 72 |
"model": "megatts3",
|
| 73 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
}
|
| 75 |
-
|
| 76 |
url = "https://tts-agi-tts-router-v2.hf.space/tts"
|
| 77 |
headers = {
|
| 78 |
"accept": "application/json",
|
|
|
|
| 71 |
"provider": "megatts3",
|
| 72 |
"model": "megatts3",
|
| 73 |
},
|
| 74 |
+
"minimax-02-hd": {
|
| 75 |
+
"provider": "minimax",
|
| 76 |
+
"model": "speech-02-hd",
|
| 77 |
+
},
|
| 78 |
+
"minimax-02-turbo": {
|
| 79 |
+
"provider": "minimax",
|
| 80 |
+
"model": "speech-02-turbo",
|
| 81 |
+
},
|
| 82 |
}
|
|
|
|
| 83 |
url = "https://tts-agi-tts-router-v2.hf.space/tts"
|
| 84 |
headers = {
|
| 85 |
"accept": "application/json",
|