LAP-DEV commited on
Commit
def2893
·
verified ·
1 Parent(s): 0ef4e9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):