Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ class App:
|
|
110 |
An access token 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) and [segmentation](https://huggingface.co/pyannote/segmentation-3.0).
|
111 |
""")
|
112 |
|
113 |
-
with gr.Accordion("Advanced options", open=False, visible=
|
114 |
with gr.Accordion("Advanced diarization options", open=False, visible=True):
|
115 |
dd_diarization_device = gr.Dropdown(label="Device",
|
116 |
choices=self.whisper_inf.diarizer.get_available_device(),
|
|
|
110 |
An access token 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) and [segmentation](https://huggingface.co/pyannote/segmentation-3.0).
|
111 |
""")
|
112 |
|
113 |
+
with gr.Accordion("Advanced options", open=False, visible=False):
|
114 |
with gr.Accordion("Advanced diarization options", open=False, visible=True):
|
115 |
dd_diarization_device = gr.Dropdown(label="Device",
|
116 |
choices=self.whisper_inf.diarizer.get_available_device(),
|