Spaces:
Running
Running
Alan S. Cowen
commited on
added australian naturalist (#10)
Browse files- src/constants.py +4 -0
src/constants.py
CHANGED
@@ -44,6 +44,10 @@ GENERIC_API_ERROR_MESSAGE: str = "An unexpected error occurred while processing
|
|
44 |
# A collection of pre-defined character descriptions categorized by theme, used to provide users with
|
45 |
# inspiration for generating creative, expressive text inputs for TTS, and generating novel voices.
|
46 |
SAMPLE_CHARACTER_DESCRIPTIONS: dict = {
|
|
|
|
|
|
|
|
|
47 |
"🧘 Meditation Guru": (
|
48 |
"The speaker is a mindfulness instructor with a gentle, soothing voice that flows at a slow, measured pace "
|
49 |
"with natural pauses. Their consistently calm, low-pitched tone has minimal variation, creating a peaceful "
|
|
|
44 |
# A collection of pre-defined character descriptions categorized by theme, used to provide users with
|
45 |
# inspiration for generating creative, expressive text inputs for TTS, and generating novel voices.
|
46 |
SAMPLE_CHARACTER_DESCRIPTIONS: dict = {
|
47 |
+
"🦘 Australian Naturalist": (
|
48 |
+
"The speaker has a contagiously enthusiastic Australian accent, with the relaxed, sun-kissed vibe of a "
|
49 |
+
"wildlife expert fresh off the outback, delivering an amazing, laid-back narration."
|
50 |
+
),
|
51 |
"🧘 Meditation Guru": (
|
52 |
"The speaker is a mindfulness instructor with a gentle, soothing voice that flows at a slow, measured pace "
|
53 |
"with natural pauses. Their consistently calm, low-pitched tone has minimal variation, creating a peaceful "
|