Spaces:
Running
Running
Merge pull request #334 from jhj0517/feature/add-info
Browse files
app.py
CHANGED
|
@@ -170,7 +170,8 @@ class App:
|
|
| 170 |
tb_hf_token = gr.Text(label="HuggingFace Token", value=diarization_params["hf_token"],
|
| 171 |
info="This is only needed the first time you download the model. If you already have"
|
| 172 |
" models, you don't need to enter. To download the model, you must manually go "
|
| 173 |
-
"to \"https://huggingface.co/pyannote/speaker-diarization-3.1\" and
|
|
|
|
| 174 |
" their requirement.")
|
| 175 |
dd_diarization_device = gr.Dropdown(label="Device",
|
| 176 |
choices=self.whisper_inf.diarizer.get_available_device(),
|
|
|
|
| 170 |
tb_hf_token = gr.Text(label="HuggingFace Token", value=diarization_params["hf_token"],
|
| 171 |
info="This is only needed the first time you download the model. If you already have"
|
| 172 |
" models, you don't need to enter. To download the model, you must manually go "
|
| 173 |
+
"to \"https://huggingface.co/pyannote/speaker-diarization-3.1\" and "
|
| 174 |
+
"\"https://huggingface.co/pyannote/segmentation-3.0\" and agree to"
|
| 175 |
" their requirement.")
|
| 176 |
dd_diarization_device = gr.Dropdown(label="Device",
|
| 177 |
choices=self.whisper_inf.diarizer.get_available_device(),
|