little design changes
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ a {text-decoration-line: underline; font-weight: 600;}
|
|
186 |
.mic-wrap > button {
|
187 |
width: 100%;
|
188 |
height: 60px;
|
189 |
-
font-size: 1.
|
190 |
}
|
191 |
.record-icon.svelte-1thnwz {
|
192 |
display: flex;
|
@@ -331,16 +331,23 @@ with gr.Blocks(css=css) as demo:
|
|
331 |
texts_samples = gr.Textbox(label = "Helpers",
|
332 |
info = "You can read out loud one of these sentences if you do not know what to record :)",
|
333 |
value = """"Jazz, a quirky mix of groovy saxophones and wailing trumpets, echoes through the vibrant city streets."
|
|
|
334 |
"A majestic orchestra plays enchanting melodies, filling the air with harmony."
|
|
|
335 |
"The exquisite aroma of freshly baked bread wafts from a cozy bakery, enticing passersby."
|
336 |
-
|
|
|
|
|
337 |
"Laughter erupts from a park where children play, their innocent voices rising like tinkling bells."
|
|
|
338 |
"Waves crash on the beach, and seagulls caw as they soar overhead, a symphony of nature's sounds."
|
|
|
339 |
"In the distance, a blacksmith hammers red-hot metal, the rhythmic clang punctuating the day."
|
|
|
340 |
"As evening falls, a soft hush blankets the world, crickets chirping in a soothing rhythm."
|
341 |
""",
|
342 |
interactive = False,
|
343 |
-
lines =
|
344 |
)
|
345 |
micro_in = gr.Audio(
|
346 |
label="Record voice to clone",
|
|
|
186 |
.mic-wrap > button {
|
187 |
width: 100%;
|
188 |
height: 60px;
|
189 |
+
font-size: 1.4em!important;
|
190 |
}
|
191 |
.record-icon.svelte-1thnwz {
|
192 |
display: flex;
|
|
|
331 |
texts_samples = gr.Textbox(label = "Helpers",
|
332 |
info = "You can read out loud one of these sentences if you do not know what to record :)",
|
333 |
value = """"Jazz, a quirky mix of groovy saxophones and wailing trumpets, echoes through the vibrant city streets."
|
334 |
+
βββ
|
335 |
"A majestic orchestra plays enchanting melodies, filling the air with harmony."
|
336 |
+
βββ
|
337 |
"The exquisite aroma of freshly baked bread wafts from a cozy bakery, enticing passersby."
|
338 |
+
βββ
|
339 |
+
"A thunderous roar shakes the ground as a massive jet takes off into the sky, leaving trails of white behind."
|
340 |
+
βββ
|
341 |
"Laughter erupts from a park where children play, their innocent voices rising like tinkling bells."
|
342 |
+
βββ
|
343 |
"Waves crash on the beach, and seagulls caw as they soar overhead, a symphony of nature's sounds."
|
344 |
+
βββ
|
345 |
"In the distance, a blacksmith hammers red-hot metal, the rhythmic clang punctuating the day."
|
346 |
+
βββ
|
347 |
"As evening falls, a soft hush blankets the world, crickets chirping in a soothing rhythm."
|
348 |
""",
|
349 |
interactive = False,
|
350 |
+
lines = 5
|
351 |
)
|
352 |
micro_in = gr.Audio(
|
353 |
label="Record voice to clone",
|