jhj0517 commited on
Commit
8449dc3
1 Parent(s): 8f3aba1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -25,7 +25,9 @@ If you wish to try this on Colab, you can do it in [here](https://colab.research
25
  - Translate subtitle files using Facebook NLLB models
26
  - Translate subtitle files using DeepL API
27
  - Speaker diarization with [pyannote](https://huggingface.co/pyannote/speaker-diarization-3.1) model as a post-processing.
28
- - You need Huggingface token and mannually go to https://huggingface.co/pyannote/speaker-diarization-3.1 and accept their requirements to download the model.
 
 
29
 
30
  # Installation and Running
31
  ### Prerequisite
 
25
  - Translate subtitle files using Facebook NLLB models
26
  - Translate subtitle files using DeepL API
27
  - Speaker diarization with [pyannote](https://huggingface.co/pyannote/speaker-diarization-3.1) model as a post-processing.
28
+ - To download the model, you need a Huggingface token and must manually visit sites listed below to accept their conditions.
29
+ 1. https://huggingface.co/pyannote/speaker-diarization-3.1
30
+ 2. https://huggingface.co/pyannote/segmentation-3.0
31
 
32
  # Installation and Running
33
  ### Prerequisite