GitHub Actions commited on
Commit
15f9d1e
·
1 Parent(s): 78ffa14

Sync from GitHub repo

Browse files
Files changed (1) hide show
  1. tts.py +4 -0
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 = {