GitHub Actions commited on
Commit
e339151
·
1 Parent(s): 5142aa0

Sync from GitHub repo

Browse files
Files changed (1) hide show
  1. tts.py +4 -0
tts.py CHANGED
@@ -110,6 +110,10 @@ model_mapping = {
110
  "veena": {
111
  "provider": "veena",
112
  "model": "veena",
 
 
 
 
113
  }
114
  }
115
  url = "https://tts-agi-tts-router-v2.hf.space/tts"
 
110
  "veena": {
111
  "provider": "veena",
112
  "model": "veena",
113
+ },
114
+ "magpie": {
115
+ "provider": "magpie",
116
+ "model": "magpie",
117
  }
118
  }
119
  url = "https://tts-agi-tts-router-v2.hf.space/tts"