LAP-DEV commited on
Commit
84b7cd3
·
verified ·
1 Parent(s): 07da593

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ class App:
114
 
115
  with gr.Accordion("Speaker diarization", open=False, visible=True):
116
  cb_diarize = gr.Checkbox(value=diarization_params["is_diarize"],label="Use diarization",interactive=True)
117
- 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)")
118
  dd_diarization_device = gr.Dropdown(label="Device",
119
  choices=self.whisper_inf.diarizer.get_available_device(),
120
  value=self.whisper_inf.diarizer.get_device(),
 
114
 
115
  with gr.Accordion("Speaker diarization", open=False, visible=True):
116
  cb_diarize = gr.Checkbox(value=diarization_params["is_diarize"],label="Use diarization",interactive=True)
117
+ 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).")
118
  dd_diarization_device = gr.Dropdown(label="Device",
119
  choices=self.whisper_inf.diarizer.get_available_device(),
120
  value=self.whisper_inf.diarizer.get_device(),