Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ class App:
|
|
128 |
|
129 |
with gr.Accordion("Options & preprocessing filters", open=False, visible=True):
|
130 |
|
131 |
-
with gr.Accordion("Diarization", open=False, visible=True):
|
132 |
tb_hf_token = gr.Text(label="Token", value=diarization_params["hf_token"],info="An access token is required to use diarization & can be created [here](https://hf.co/settings/tokens). If not done yet for your account, you need to accept the terms & conditions of [diarization](https://huggingface.co/pyannote/speaker-diarization-3.1) & [segmentation](https://huggingface.co/pyannote/segmentation-3.0).")
|
133 |
dd_diarization_device = gr.Dropdown(label="Device",
|
134 |
choices=self.whisper_inf.diarizer.get_available_device(),
|
|
|
128 |
|
129 |
with gr.Accordion("Options & preprocessing filters", open=False, visible=True):
|
130 |
|
131 |
+
with gr.Accordion("Diarization options", open=False, visible=True):
|
132 |
tb_hf_token = gr.Text(label="Token", value=diarization_params["hf_token"],info="An access token is required to use diarization & can be created [here](https://hf.co/settings/tokens). If not done yet for your account, you need to accept the terms & conditions of [diarization](https://huggingface.co/pyannote/speaker-diarization-3.1) & [segmentation](https://huggingface.co/pyannote/segmentation-3.0).")
|
133 |
dd_diarization_device = gr.Dropdown(label="Device",
|
134 |
choices=self.whisper_inf.diarizer.get_available_device(),
|