Update core/app.py
Browse files- 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 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
|
|
|
|
|
|
|
|
|
|
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 |
}
|