LAP-DEV commited on
Commit
0c7ad13
·
verified ·
1 Parent(s): 4b2e4ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ class App:
100
 
101
  with gr.Row():
102
  cb_timestamp = gr.Checkbox(value=whisper_params["add_timestamp"], label="Add timestamp to output file",interactive=True)
103
- cb_diarize = gr.Checkbox(value=diarization_params["is_diarize"]label="Speaker diarization",interactive=True)
104
  cb_translate = gr.Checkbox(value=whisper_params["is_translate"], label="Translate to English",interactive=True)
105
 
106
  with gr.Accordion("Diarization options", open=False):
 
100
 
101
  with gr.Row():
102
  cb_timestamp = gr.Checkbox(value=whisper_params["add_timestamp"], label="Add timestamp to output file",interactive=True)
103
+ cb_diarize = gr.Checkbox(value=diarization_params["is_diarize"], label="Speaker diarization",interactive=True)
104
  cb_translate = gr.Checkbox(value=whisper_params["is_translate"], label="Translate to English",interactive=True)
105
 
106
  with gr.Accordion("Diarization options", open=False):