LAP-DEV commited on
Commit
77a12e9
·
verified ·
1 Parent(s): b56d8cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ class App:
107
  tb_hf_token = gr.Text(label="HuggingFace Token", value=diarization_params["hf_token"],
108
  info="This is only needed the first time you download the model. If you already have"
109
  " models, you don't need to enter. To download the model, you must manually go "
110
- "to \"https://huggingface.co/pyannote/speaker-diarization-3.1\" and agree to"
111
  " their requirement.")
112
  dd_diarization_device = gr.Dropdown(label="Device",
113
  choices=self.whisper_inf.diarizer.get_available_device(),
 
107
  tb_hf_token = gr.Text(label="HuggingFace Token", value=diarization_params["hf_token"],
108
  info="This is only needed the first time you download the model. If you already have"
109
  " models, you don't need to enter. To download the model, you must manually go "
110
+ "to https://huggingface.co/pyannote/speaker-diarization-3.1 and agree to"
111
  " their requirement.")
112
  dd_diarization_device = gr.Dropdown(label="Device",
113
  choices=self.whisper_inf.diarizer.get_available_device(),