Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ class App:
|
|
145 |
nb_speech_pad_ms = gr.Number(label="Speech Padding (ms)", precision=0, value=vad_params["speech_pad_ms"],
|
146 |
info="Final speech chunks are padded by this time each side")
|
147 |
|
148 |
-
with gr.Accordion("Advanced options", open=False, visible=
|
149 |
with gr.Accordion("Advanced diarization options", open=False, visible=True):
|
150 |
dd_diarization_device = gr.Dropdown(label="Device",
|
151 |
choices=self.whisper_inf.diarizer.get_available_device(),
|
|
|
145 |
nb_speech_pad_ms = gr.Number(label="Speech Padding (ms)", precision=0, value=vad_params["speech_pad_ms"],
|
146 |
info="Final speech chunks are padded by this time each side")
|
147 |
|
148 |
+
with gr.Accordion("Advanced options", open=False, visible=True):
|
149 |
with gr.Accordion("Advanced diarization options", open=False, visible=True):
|
150 |
dd_diarization_device = gr.Dropdown(label="Device",
|
151 |
choices=self.whisper_inf.diarizer.get_available_device(),
|