Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ class App:
|
|
110 |
with gr.Row():
|
111 |
cb_timestamp = gr.Checkbox(value=whisper_params["add_timestamp"], label="Add timestamp to output file",interactive=True)
|
112 |
with gr.Row():
|
113 |
-
cb_translate = gr.Checkbox(value=whisper_params["is_translate"], label="Translate to English",interactive=True)
|
114 |
cb_translate_output = gr.Checkbox(value=translation_params["translate_output"], label="Translate output to selected language",interactive=True)
|
115 |
|
116 |
# with gr.Accordion("Speaker diarization", open=False, visible=True):
|
|
|
110 |
with gr.Row():
|
111 |
cb_timestamp = gr.Checkbox(value=whisper_params["add_timestamp"], label="Add timestamp to output file",interactive=True)
|
112 |
with gr.Row():
|
113 |
+
cb_translate = gr.Checkbox(value=whisper_params["is_translate"], label="Translate transcription to English",interactive=True)
|
114 |
cb_translate_output = gr.Checkbox(value=translation_params["translate_output"], label="Translate output to selected language",interactive=True)
|
115 |
|
116 |
# with gr.Accordion("Speaker diarization", open=False, visible=True):
|