Update app.py
Browse files
app.py
CHANGED
@@ -526,7 +526,7 @@ with demo:
|
|
526 |
##### Here you will can translate transcriptions to 26 languages.
|
527 |
##### If spoken language is not in the list, translation might not work. In this case original transcriptions are used
|
528 |
##### ''')
|
529 |
-
|
530 |
translate_transcriptions_button = gr.Button("Step 3. Translate transcription")
|
531 |
translate_transcriptions_button.click(translate_transcriptions, [transcription_df, selected_translation_lang_2], [transcription_and_translation_df, subtitle_files])
|
532 |
transcription_and_translation_df.render()
|
|
|
526 |
##### Here you will can translate transcriptions to 26 languages.
|
527 |
##### If spoken language is not in the list, translation might not work. In this case original transcriptions are used
|
528 |
##### ''')
|
529 |
+
selected_translation_lang_2.render()
|
530 |
translate_transcriptions_button = gr.Button("Step 3. Translate transcription")
|
531 |
translate_transcriptions_button.click(translate_transcriptions, [transcription_df, selected_translation_lang_2], [transcription_and_translation_df, subtitle_files])
|
532 |
transcription_and_translation_df.render()
|