Dionyssos commited on
Commit
601f4c3
·
1 Parent(s): f3da599
Files changed (4) hide show
  1. app.py +2 -2
  2. wav/it_IT_riccardo-fasol.wav +0 -0
  3. wav/nl_femal.wav +0 -0
  4. wav/nl_rdh.wav +0 -0
app.py CHANGED
@@ -508,7 +508,7 @@ with gr.Blocks(theme='huggingface', css=css_buttons) as demo:
508
  selected_voice = gr.State(value='wav/en_US_m-ailabs_mary_ann.wav')
509
 
510
  with gr.Row():
511
- voice_info = gr.Markdown(f'vox=`{selected_voice.value}`')
512
 
513
  # Main input and output components
514
  with gr.Row():
@@ -536,7 +536,7 @@ with gr.Blocks(theme='huggingface', css=css_buttons) as demo:
536
  outputs=[selected_voice]
537
  )
538
  button.click(
539
- fn=lambda v=voice_filename: f'vox=`{v}`',
540
  inputs=None,
541
  outputs=voice_info
542
  )
 
508
  selected_voice = gr.State(value='wav/en_US_m-ailabs_mary_ann.wav')
509
 
510
  with gr.Row():
511
+ voice_info = gr.Markdown(f'Vox = `{selected_voice.value}`')
512
 
513
  # Main input and output components
514
  with gr.Row():
 
536
  outputs=[selected_voice]
537
  )
538
  button.click(
539
+ fn=lambda v=voice_filename: f'Vox = `{v}`',
540
  inputs=None,
541
  outputs=voice_info
542
  )
wav/it_IT_riccardo-fasol.wav DELETED
Binary file (92 kB)
 
wav/nl_femal.wav ADDED
Binary file (48.6 kB). View file
 
wav/nl_rdh.wav DELETED
Binary file (92 kB)