Spaces:
Running
Running
Alan S. Cowen
Zachary Greathouse
commited on
Neutralgender2 (#17)
Browse files* added Old-School Radio Announcer
* gender neutralize character descriptions
---------
Signed-off-by: Zachary Greathouse <[email protected]>
Co-authored-by: Zachary Greathouse <[email protected]>
- src/constants.py +25 -21
src/constants.py
CHANGED
@@ -63,37 +63,41 @@ SAMPLE_CHARACTER_DESCRIPTIONS: dict = {
|
|
63 |
"wildlife expert fresh off the outback, delivering an amazing, laid-back narration."
|
64 |
),
|
65 |
"π§ Meditation Guru": (
|
66 |
-
"
|
67 |
-
"
|
68 |
-
"
|
69 |
),
|
70 |
"π¬ Noir Detective": (
|
71 |
-
"A
|
72 |
-
"
|
73 |
),
|
74 |
"π―οΈ Victorian Ghost Storyteller": (
|
75 |
-
"The speaker is a Victorian-era raconteur speaking with a refined
|
76 |
-
"
|
77 |
),
|
78 |
-
"πΏ
|
79 |
-
"Speaker is a wildlife documentarian speaking with a crisp, articulate
|
80 |
-
"
|
81 |
),
|
82 |
"π Texan Storyteller": (
|
83 |
-
"
|
84 |
-
"
|
85 |
),
|
86 |
-
"π Surfer
|
87 |
-
"The speaker is a California surfer talking with a casual, slightly nasal voice and laid-back rhythm. Uses "
|
88 |
-
"
|
89 |
),
|
90 |
-
"
|
91 |
-
"
|
92 |
-
"
|
93 |
),
|
94 |
-
"
|
95 |
-
"
|
96 |
-
"
|
|
|
|
|
|
|
|
|
97 |
),
|
98 |
}
|
99 |
|
|
|
63 |
"wildlife expert fresh off the outback, delivering an amazing, laid-back narration."
|
64 |
),
|
65 |
"π§ Meditation Guru": (
|
66 |
+
"A mindfulness instructor with a gentle, soothing voice that flows at a slow, measured pace with natural "
|
67 |
+
"pauses. Their consistently calm, low-pitched tone has minimal variation, creating a peaceful auditory "
|
68 |
+
"experience."
|
69 |
),
|
70 |
"π¬ Noir Detective": (
|
71 |
+
"A 1940s private investigator narrating with a gravelly voice and deliberate pacing. "
|
72 |
+
"Speaks with a cynical, world-weary tone that drops lower when delivering key observations."
|
73 |
),
|
74 |
"π―οΈ Victorian Ghost Storyteller": (
|
75 |
+
"The speaker is a Victorian-era raconteur speaking with a refined English accent and formal, precise diction. Voice "
|
76 |
+
"modulates between hushed, tense whispers and dramatic declarations when describing eerie occurrences."
|
77 |
),
|
78 |
+
"πΏ English Naturalist": (
|
79 |
+
"Speaker is a wildlife documentarian speaking with a crisp, articulate English accent and clear enunciation. Voice "
|
80 |
+
"alternates between hushed, excited whispers and enthusiastic explanations filled with genuine wonder."
|
81 |
),
|
82 |
"π Texan Storyteller": (
|
83 |
+
"A speaker from rural Texas speaking with a warm voice and distinctive Southern drawl featuring elongated "
|
84 |
+
"vowels. Talks unhurriedly with a musical quality and occasional soft laughter."
|
85 |
),
|
86 |
+
"π Chill Surfer": (
|
87 |
+
"The speaker is a California surfer talking with a casual, slightly nasal voice and laid-back rhythm. Uses rising "
|
88 |
+
"inflections at sentence ends and bursts into spontaneous laughter when excited."
|
89 |
),
|
90 |
+
"π’ Old-School Radio Announcer": (
|
91 |
+
"The speaker has the voice of a seasoned horse race announcer, with a booming, energetic voice, a touch of "
|
92 |
+
"old-school radio charm, and the enthusiastic delivery of a viral commentator."
|
93 |
),
|
94 |
+
"π Obnoxious Royal": (
|
95 |
+
"Speaker is a member of the English royal family speaks in a smug and authoritative voice in an obnoxious, proper "
|
96 |
+
"English accent. They are insecure, arrogant, and prone to tantrums."
|
97 |
+
),
|
98 |
+
"π° Medieval Peasant": (
|
99 |
+
"A film portrayal of a medieval peasant speaking with a thick cockney accent and a worn voice, "
|
100 |
+
"dripping with sarcasm and self-effacing humor."
|
101 |
),
|
102 |
}
|
103 |
|