Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ class App:
|
|
143 |
info="Final speech chunks are padded by this time each side")
|
144 |
|
145 |
with gr.Accordion("Advanced options", open=False, visible=True):
|
146 |
-
|
147 |
# dd_diarization_device = gr.Dropdown(label="Device",
|
148 |
# choices=self.whisper_inf.diarizer.get_available_device(),
|
149 |
# value=self.whisper_inf.diarizer.get_device())
|
|
|
143 |
info="Final speech chunks are padded by this time each side")
|
144 |
|
145 |
with gr.Accordion("Advanced options", open=False, visible=True):
|
146 |
+
# with gr.Accordion("Advanced diarization options", open=False, visible=True):
|
147 |
# dd_diarization_device = gr.Dropdown(label="Device",
|
148 |
# choices=self.whisper_inf.diarizer.get_available_device(),
|
149 |
# value=self.whisper_inf.diarizer.get_device())
|