fffiloni commited on
Commit
5749569
β€’
1 Parent(s): 5cbba27

little design changes

Browse files
Files changed (1) hide show
  1. app.py +10 -3
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.5em!important;
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
- "A thunderous roar shakes the ground as a massive jet takes off into the sky, leaving trails of white behind."
 
 
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 = 4
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",