Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -321,21 +321,20 @@ def display_voice_tab():
|
|
| 321 |
|
| 322 |
# Voice Settings Section
|
| 323 |
st.markdown("### 🎤 Voice Settings")
|
| 324 |
-
st.markdown("""
|
| 325 |
-
|
| 326 |
-
|
| 327 |
-
|
| 328 |
-
|
| 329 |
-
|
| 330 |
-
|
| 331 |
-
|
| 332 |
-
|
| 333 |
-
|
| 334 |
-
|
| 335 |
-
|
| 336 |
-
|
| 337 |
-
|
| 338 |
-
Liam - Male
|
| 339 |
""")
|
| 340 |
selected_voice = st.selectbox(
|
| 341 |
"Select TTS Voice:",
|
|
|
|
| 321 |
|
| 322 |
# Voice Settings Section
|
| 323 |
st.markdown("### 🎤 Voice Settings")
|
| 324 |
+
st.sidebar.markdown("""
|
| 325 |
+
# 🎙️ Voice Character Selector 🎭
|
| 326 |
+
1. Female:
|
| 327 |
+
- 🌸 **Aria** – Female: 🌟 The voice of elegance and creativity, perfect for soothing storytelling or inspiring ideas.
|
| 328 |
+
- 🎶 **Jenny** – Female: 💖 Sweet and friendly, she’s the go-to for warm, conversational tones.
|
| 329 |
+
- 🌺 **Sonia** – Female: 💃 Bold and confident, ideal for commanding attention and delivering with flair.
|
| 330 |
+
- 🌌 **Natasha** – Female: ✨ Enigmatic and sophisticated, Natasha is great for a touch of mystery and charm.
|
| 331 |
+
- 🌷 **Clara** – Female: 🎀 Cheerful and gentle, perfect for nurturing, empathetic conversations.
|
| 332 |
+
---
|
| 333 |
+
2. Male:
|
| 334 |
+
- 🌟 **Guy** – Male: 🎩 Sophisticated and versatile, a natural fit for clear and authoritative delivery.
|
| 335 |
+
- 🛠️ **Ryan** – Male: 🤝 Down-to-earth and approachable, ideal for friendly and casual exchanges.
|
| 336 |
+
- 🎻 **William** – Male: 📚 Classic and refined, perfect for a scholarly or thoughtful tone.
|
| 337 |
+
- 🌟 **Liam** – Male: ⚡ Energetic and upbeat, great for dynamic, engaging interactions.
|
|
|
|
| 338 |
""")
|
| 339 |
selected_voice = st.selectbox(
|
| 340 |
"Select TTS Voice:",
|