Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=[
|