Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -321,20 +321,25 @@ def display_voice_tab():
|
|
321 |
|
322 |
# Voice Settings Section
|
323 |
st.markdown("### π€ Voice Settings")
|
|
|
|
|
|
|
324 |
st.sidebar.markdown("""
|
325 |
-
|
326 |
-
|
327 |
-
|
328 |
-
-
|
329 |
-
-
|
330 |
-
-
|
331 |
-
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
-
|
336 |
-
-
|
337 |
-
-
|
|
|
|
|
338 |
""")
|
339 |
selected_voice = st.selectbox(
|
340 |
"Select TTS Voice:",
|
|
|
321 |
|
322 |
# Voice Settings Section
|
323 |
st.markdown("### π€ Voice Settings")
|
324 |
+
captionFemale='Top Row: πΈ **Aria** β πΆ **Jenny** β πΊ **Sonia** β π **Natasha** β π· **Clara**'
|
325 |
+
captionMale='Bottom Row: π **Guy** β π οΈ **Ryan** β π» **William** β π **Liam**'
|
326 |
+
st.sidebar.image('Group Picture - Voices.png', caption=captionFemale + ' - ' + captionMale)
|
327 |
st.sidebar.markdown("""
|
328 |
+
|
329 |
+
# ποΈ Voice Character Agent Selector π
|
330 |
+
1. Female:
|
331 |
+
- πΈ **Aria** β Female: π The voice of elegance and creativity, perfect for soothing storytelling or inspiring ideas.
|
332 |
+
- πΆ **Jenny** β Female: π Sweet and friendly, sheβs the go-to for warm, conversational tones.
|
333 |
+
- πΊ **Sonia** β Female: π Bold and confident, ideal for commanding attention and delivering with flair.
|
334 |
+
- π **Natasha** β Female: β¨ Enigmatic and sophisticated, Natasha is great for a touch of mystery and charm.
|
335 |
+
- π· **Clara** β Female: π Cheerful and gentle, perfect for nurturing, empathetic conversations.
|
336 |
+
---
|
337 |
+
2. Male:
|
338 |
+
- π **Guy** β Male: π© Sophisticated and versatile, a natural fit for clear and authoritative delivery.
|
339 |
+
- π οΈ **Ryan** β Male: π€ Down-to-earth and approachable, ideal for friendly and casual exchanges.
|
340 |
+
- π» **William** β Male: π Classic and refined, perfect for a scholarly or thoughtful tone.
|
341 |
+
- π **Liam** β Male: β‘ Energetic and upbeat, great for dynamic, engaging interactions.
|
342 |
+
|
343 |
""")
|
344 |
selected_voice = st.selectbox(
|
345 |
"Select TTS Voice:",
|