awacke1 commited on
Commit
0e9bd20
·
verified ·
1 Parent(s): 59f6fb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -15
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
- # Voices and LLM Character Selector
326
-
327
- Aria - Female
328
- Jenny - Female
329
- Sonia - Female
330
- Natasha - Female
331
- Clara - Female
332
-
333
- ---
334
-
335
- Guy - Male
336
- Ryan - Male
337
- William - Male
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:",