OpenSound commited on
Commit
95797b5
·
verified ·
1 Parent(s): 9bbea8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
121
  info="How should the speaker sound? Think timbre, pace, emotion, accent, etc.",
122
  placeholder="Describe the desired speaking style...",
123
  lines=2,
124
- value="A mature male voice, rough and husky, ideal for public speaking engagements."
125
  # scale=3,
126
  )
127
 
 
121
  info="How should the speaker sound? Think timbre, pace, emotion, accent, etc.",
122
  placeholder="Describe the desired speaking style...",
123
  lines=2,
124
+ value="An Indian-accented professional woman's voice for client and public interaction."
125
  # scale=3,
126
  )
127