PyxiLabs commited on
Commit
84e6d83
·
verified ·
1 Parent(s): 0511107

Update core/app.py

Browse files
Files changed (1) hide show
  1. core/app.py +22 -17
core/app.py CHANGED
@@ -48,23 +48,28 @@ MODEL_INFO = {
48
  "created": "2024-12-12",
49
  "owner": "Pyxilabs AI Studio",
50
  "voices": {
51
- "charlottee": "XB0fDUnXU5powFXDhCwa",
52
- "daniel": "onwK4e9ZLuTAKqWW03F9",
53
- "callum": "N2lVS1w4EtoT3dr4eOWO",
54
- "charlie": "IKne3meq5aSn9XLyUdCD",
55
- "clyde": "2EiwWnXFnvU5JabPnv8n",
56
- "dave": "CYw3kZ02Hs0563khs1Fj",
57
- "emily": "LcfcDJNUP1GQjkzn1xUU",
58
- "ethan": "g5CIjZEefAph4nQFvHAz",
59
- "fin": "D38z5RcWu1voky8WS1ja",
60
- "freya": "jsCqWAovK2LkecY7zXl4",
61
- "gigi": "jBpfuIE2acCO8z3wKNLl",
62
- "giovanni": "zcAOhNBS3c14rBihAFp1",
63
- "glinda": "z9fAnlkpzviPz146aGWa",
64
- "grace": "oWAxZDx7w5VEj9dCyTzz",
65
- "harry": "SOYHLrjzK2X1ezoPC6cr",
66
- "james": "ZQe5CZNOzWyzPSCn5a3c",
67
- "jeremy": "bVMeCyTHy58xNoL34h3p"
 
 
 
 
 
68
  }
69
  }
70
  }
 
48
  "created": "2024-12-12",
49
  "owner": "Pyxilabs AI Studio",
50
  "voices": {
51
+ # Female Voices
52
+ "seraphina": "XB0fDUnXU5powFXDhCwa", # Elegant and sophisticated
53
+ "isabella": "LcfcDJNUP1GQjkzn1xUU", # Classic and timeless
54
+ "astrid": "jsCqWAovK2LkecY7zXl4", # Strong and Nordic-inspired
55
+ "lila": "jBpfuIE2acCO8z3wKNLl", # Playful and charming
56
+ "elara": "z9fAnlkpzviPz146aGWa", # Mystical and enchanting
57
+ "evelyn": "oWAxZDx7w5VEj9dCyTzz", # Graceful and refined
58
+
59
+ # Male Voices
60
+ "sebastian": "onwK4e9ZLuTAKqWW03F9", # Strong and authoritative
61
+ "finnian": "N2lVS1w4EtoT3dr4eOWO", # Rugged and adventurous
62
+ "theodore": "IKne3meq5aSn9XLyUdCD", # Warm and friendly
63
+ "magnus": "2EiwWnXFnvU5JabPnv8n", # Bold and powerful
64
+ "oliver": "CYw3kZ02Hs0563khs1Fj", # Reliable and approachable
65
+ "liam": "g5CIjZEefAph4nQFvHAz", # Modern and confident
66
+ "arthur": "SOYHLrjzK2X1ezoPC6cr", # Classic and noble
67
+ "elliot": "ZQe5CZNOzWyzPSCn5a3c", # Sophisticated and calm
68
+ "nathaniel": "bVMeCyTHy58xNoL34h3p", # Wise and thoughtful
69
+
70
+ # Neutral Voices
71
+ "rowan": "D38z5RcWu1voky8WS1ja", # Unisex, nature-inspired
72
+ "avery": "zcAOhNBS3c14rBihAFp1",
73
  }
74
  }
75
  }