Update app.py
Browse files
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):
|