Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -121,6 +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 |
# scale=3,
|
125 |
)
|
126 |
|
@@ -130,6 +131,7 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
|
|
130 |
placeholder="Enter speech content...",
|
131 |
lines=2,
|
132 |
# scale=4,
|
|
|
133 |
)
|
134 |
|
135 |
run_button = gr.Button("Generate", scale=1, variant="primary")
|
@@ -184,6 +186,7 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
|
|
184 |
info="How should the speaker sound? Think timbre, pace, emotion, accent, etc.",
|
185 |
placeholder="Describe the desired speaking style...",
|
186 |
lines=2,
|
|
|
187 |
# scale=3
|
188 |
)
|
189 |
|
@@ -193,6 +196,7 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
|
|
193 |
info="What should the speaker say?",
|
194 |
placeholder="Enter speech content...",
|
195 |
lines=2,
|
|
|
196 |
# scale=4
|
197 |
)
|
198 |
|
@@ -248,6 +252,7 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
|
|
248 |
info="How should the speaker sound? Think timbre, pace, emotion, accent, etc.",
|
249 |
placeholder="Describe the desired speaking style...",
|
250 |
lines=2,
|
|
|
251 |
# scale=3
|
252 |
)
|
253 |
|
@@ -257,6 +262,7 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
|
|
257 |
info="What should the speaker say?",
|
258 |
placeholder="Enter speech content...",
|
259 |
lines=2,
|
|
|
260 |
# scale=4
|
261 |
)
|
262 |
|
|
|
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 |
|