OpenSound commited on
Commit
9bbea8e
·
verified ·
1 Parent(s): 30c1667

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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
 
@@ -131,7 +131,7 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
131
  placeholder="Enter speech content...",
132
  lines=2,
133
  # scale=4,
134
- value='You are not your job. You are not how much money you have in the bank. You are not the car you drive. You're not the contents of your wallet.'
135
  )
136
 
137
  run_button = gr.Button("Generate", scale=1, variant="primary")
@@ -186,7 +186,7 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
186
  info="How should the speaker sound? Think timbre, pace, emotion, accent, etc.",
187
  placeholder="Describe the desired speaking style...",
188
  lines=2,
189
- value='A young girl's English-accented voice, suitable for customer service and public engagement roles.'
190
  # scale=3
191
  )
192
 
@@ -196,7 +196,7 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
196
  info="What should the speaker say?",
197
  placeholder="Enter speech content...",
198
  lines=2,
199
- value='She don't listen to U K rap, if it ain't Dave, or Cench.'
200
  # scale=4
201
  )
202
 
@@ -252,7 +252,7 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
252
  info="How should the speaker sound? Think timbre, pace, emotion, accent, etc.",
253
  placeholder="Describe the desired speaking style...",
254
  lines=2,
255
- value='A middle-aged woman speaks in a low voice, her words dripping with disgust and annoyance.'
256
  # scale=3
257
  )
258
 
@@ -262,7 +262,7 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
262
  info="What should the speaker say?",
263
  placeholder="Enter speech content...",
264
  lines=2,
265
- value='Why does your car smell like a dead RAT? It's absolutely vile.'
266
  # scale=4
267
  )
268
 
 
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
 
 
131
  placeholder="Enter speech content...",
132
  lines=2,
133
  # scale=4,
134
+ value="You are not your job. You are not how much money you have in the bank. You are not the car you drive. You're not the contents of your wallet."
135
  )
136
 
137
  run_button = gr.Button("Generate", scale=1, variant="primary")
 
186
  info="How should the speaker sound? Think timbre, pace, emotion, accent, etc.",
187
  placeholder="Describe the desired speaking style...",
188
  lines=2,
189
+ value="A young girl's English-accented voice, suitable for customer service and public engagement roles."
190
  # scale=3
191
  )
192
 
 
196
  info="What should the speaker say?",
197
  placeholder="Enter speech content...",
198
  lines=2,
199
+ value="She don't listen to U K rap, if it ain't Dave, or Cench."
200
  # scale=4
201
  )
202
 
 
252
  info="How should the speaker sound? Think timbre, pace, emotion, accent, etc.",
253
  placeholder="Describe the desired speaking style...",
254
  lines=2,
255
+ value="A middle-aged woman speaks in a low voice, her words dripping with disgust and annoyance."
256
  # scale=3
257
  )
258
 
 
262
  info="What should the speaker say?",
263
  placeholder="Enter speech content...",
264
  lines=2,
265
+ value="Why does your car smell like a dead RAT? It's absolutely vile."
266
  # scale=4
267
  )
268