Spaces:
Running
Running
zach
commited on
Commit
Β·
384e0e2
1
Parent(s):
b8dd893
Minor revisions to sample character descriptions
Browse files- src/constants.py +16 -24
src/constants.py
CHANGED
@@ -42,44 +42,36 @@ SELECT_OPTION_B: str = "Select Option B"
|
|
42 |
# inspiration for generating creative, expressive text inputs for TTS, and generating novel voices.
|
43 |
SAMPLE_CHARACTER_DESCRIPTIONS: dict = {
|
44 |
"π§ Meditation Guru": (
|
45 |
-
"
|
46 |
-
"pauses. Their consistently calm, low-pitched tone has minimal variation, creating a peaceful
|
47 |
-
"experience."
|
48 |
-
),
|
49 |
-
"π Stranded Astronaut": (
|
50 |
-
"An astronaut in deep space communicating with a clear, precise voice with subtle radio distortion. "
|
51 |
-
"Speaking with controlled emotion, technical accuracy, measured pacing and thoughtful silences."
|
52 |
),
|
53 |
"π¬ Noir Detective": (
|
54 |
-
"A 1940s private investigator narrating with a low, gravelly voice and deliberate pacing. "
|
55 |
"Speaks with a cynical, world-weary tone that drops lower when delivering key observations."
|
56 |
),
|
57 |
"π―οΈ Victorian Ghost Storyteller": (
|
58 |
-
"
|
59 |
-
"modulates between hushed, tense whispers and dramatic declarations when describing eerie occurrences."
|
60 |
),
|
61 |
"πΏ British Naturalist": (
|
62 |
-
"
|
63 |
-
"alternates between hushed, excited whispers and enthusiastic explanations filled with genuine wonder."
|
64 |
),
|
65 |
"π Texan Storyteller": (
|
66 |
-
"
|
67 |
-
"vowels. Talks unhurriedly with a musical quality and occasional soft laughter."
|
68 |
),
|
69 |
"π Surfer Dude": (
|
70 |
-
"
|
71 |
-
"inflections at sentence ends and bursts into spontaneous laughter when excited."
|
72 |
-
),
|
73 |
-
"π’ Old-School Radio Announcer": (
|
74 |
-
"The speaker has the voice of a seasoned horse race announcer, with a booming, energetic voice, "
|
75 |
-
"a touch of old-school radio charm, and the enthusiastic delivery of a viral commentator."
|
76 |
),
|
77 |
"π Obnoxious Prince": (
|
78 |
-
"
|
79 |
-
"He is insecure, arrogant, and prone to tantrums."
|
80 |
),
|
81 |
"π° Medieval Peasant Man": (
|
82 |
-
"A film portrayal of a medieval peasant speaking with a thick cockney accent and a worn voice, "
|
83 |
-
"
|
84 |
),
|
85 |
}
|
|
|
42 |
# inspiration for generating creative, expressive text inputs for TTS, and generating novel voices.
|
43 |
SAMPLE_CHARACTER_DESCRIPTIONS: dict = {
|
44 |
"π§ Meditation Guru": (
|
45 |
+
"The speaker is a mindfulness instructor with a gentle, soothing voice that flows at a slow, measured pace "
|
46 |
+
"with natural pauses. Their consistently calm, low-pitched tone has minimal variation, creating a peaceful "
|
47 |
+
"auditory experience."
|
|
|
|
|
|
|
|
|
48 |
),
|
49 |
"π¬ Noir Detective": (
|
50 |
+
"A film portrayal of a 1940s private investigator narrating with a low, gravelly voice and deliberate pacing. "
|
51 |
"Speaks with a cynical, world-weary tone that drops lower when delivering key observations."
|
52 |
),
|
53 |
"π―οΈ Victorian Ghost Storyteller": (
|
54 |
+
"The speaker is a Victorian-era raconteur speaking with a refined British accent and formal, precise diction. "
|
55 |
+
"Voice modulates between hushed, tense whispers and dramatic declarations when describing eerie occurrences."
|
56 |
),
|
57 |
"πΏ British Naturalist": (
|
58 |
+
"Speaker is a wildlife documentarian speaking with a crisp, articulate British accent and clear enunciation. "
|
59 |
+
"Voice alternates between hushed, excited whispers and enthusiastic explanations filled with genuine wonder."
|
60 |
),
|
61 |
"π Texan Storyteller": (
|
62 |
+
"The speaker is a woman from rural Texas speaking with a warm voice and distinctive Southern drawl featuring "
|
63 |
+
"elongated vowels. Talks unhurriedly with a musical quality and occasional soft laughter."
|
64 |
),
|
65 |
"π Surfer Dude": (
|
66 |
+
"The speaker is a California surfer talking with a casual, slightly nasal voice and laid-back rhythm. Uses "
|
67 |
+
"rising inflections at sentence ends and bursts into spontaneous laughter when excited."
|
|
|
|
|
|
|
|
|
68 |
),
|
69 |
"π Obnoxious Prince": (
|
70 |
+
"Speaker is a prince of England speaks in a smug and authoritative voice in an obnoxious, proper English "
|
71 |
+
"accent. He is insecure, arrogant, and prone to tantrums."
|
72 |
),
|
73 |
"π° Medieval Peasant Man": (
|
74 |
+
"A film portrayal of a medieval peasant speaking with a thick cockney accent and a worn voice, dripping with "
|
75 |
+
"sarcasm and self-effacing humor."
|
76 |
),
|
77 |
}
|