LAP-DEV commited on
Commit
5bb0e19
·
verified ·
1 Parent(s): c9c477c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True):
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(),