awacke1 commited on
Commit
c5c6534
·
verified ·
1 Parent(s): b426312

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +16 -0
app.py CHANGED
@@ -321,6 +321,22 @@ def display_voice_tab():
321
 
322
  # Voice Settings Section
323
  st.markdown("### 🎤 Voice Settings")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
324
  selected_voice = st.selectbox(
325
  "Select TTS Voice:",
326
  options=EDGE_TTS_VOICES,
 
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:",
342
  options=EDGE_TTS_VOICES,