Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ class App:
|
|
106 |
with gr.Accordion("Diarization token", open=False, visible=True):
|
107 |
tb_hf_token = gr.Text(label="Token", value=diarization_params["hf_token"])
|
108 |
gr.Markdown("""
|
109 |
-
An access token can be created [here](https://hf.co/settings/tokens). If not done yet for your account, you need to
|
110 |
""")
|
111 |
|
112 |
with gr.Accordion("Advanced options", open=False, visible=True):
|
|
|
106 |
with gr.Accordion("Diarization token", open=False, visible=True):
|
107 |
tb_hf_token = gr.Text(label="Token", value=diarization_params["hf_token"])
|
108 |
gr.Markdown("""
|
109 |
+
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).
|
110 |
""")
|
111 |
|
112 |
with gr.Accordion("Advanced options", open=False, visible=True):
|