Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,7 +97,7 @@ with gr.Blocks() as demo:
|
|
| 97 |
audio_language_dropdown = gr.Dropdown(
|
| 98 |
choices=available_languages, label="Select Destination Language"
|
| 99 |
)
|
| 100 |
-
audio_translated_text_output = gr.Textbox(label="Transcribed and Translated Text", lines=
|
| 101 |
audio_translate_button = gr.Button("Transcribe and Translate")
|
| 102 |
|
| 103 |
audio_translate_button.click(
|
|
|
|
| 97 |
audio_language_dropdown = gr.Dropdown(
|
| 98 |
choices=available_languages, label="Select Destination Language"
|
| 99 |
)
|
| 100 |
+
audio_translated_text_output = gr.Textbox(label="Transcribed and Translated Text", lines=2)
|
| 101 |
audio_translate_button = gr.Button("Transcribe and Translate")
|
| 102 |
|
| 103 |
audio_translate_button.click(
|