NouFuS commited on
Commit
6a11bad
·
verified ·
1 Parent(s): a15170d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,14 +27,14 @@ with gr.Blocks() as demo:
27
 
28
 
29
 
30
- translation_button = gr.Button("Traduire...")
31
  output_text = gr.Textbox(
32
  label="Output text",
33
  info="Your text",
34
  lines=3,
35
  placeholder="Votre traduction",
36
  )
37
- speech_button = gr.Button("Générer audio...")
38
  translation_button.click(
39
  get_translation,
40
  inputs=[
 
27
 
28
 
29
 
30
+ translation_button = gr.Button("Traduire !")
31
  output_text = gr.Textbox(
32
  label="Output text",
33
  info="Your text",
34
  lines=3,
35
  placeholder="Votre traduction",
36
  )
37
+ speech_button = gr.Button("Générer audio !")
38
  translation_button.click(
39
  get_translation,
40
  inputs=[