Update README.md
Browse files
README.md
CHANGED
@@ -116,11 +116,13 @@ It improves the quality of the lip-sync videos generated by the [Wav2Lip tool](h
|
|
116 |
set PYTHON="your python.exe path"
|
117 |
```
|
118 |
8. pyannote.audio:You need to agree to share your contact information to access pyannote models.
|
119 |
-
To do so, go to :
|
120 |
- [pyannote diarization-3.1 huggingface repository](https://huggingface.co/pyannote/speaker-diarization-3.1)
|
121 |
- [pyannote segmentation-3.0 huggingface repository](https://huggingface.co/pyannote/segmentation-3.0)
|
|
|
122 |
set each field and click "Agree and access repository"
|
123 |
-

|
|
|
124 |
9. Create an access token to Huggingface:
|
125 |
1. Connect with your account
|
126 |
2. go to [access tokens](https://huggingface.co/settings/token) in settings
|
|
|
116 |
set PYTHON="your python.exe path"
|
117 |
```
|
118 |
8. pyannote.audio:You need to agree to share your contact information to access pyannote models.
|
119 |
+
To do so, go to both link:
|
120 |
- [pyannote diarization-3.1 huggingface repository](https://huggingface.co/pyannote/speaker-diarization-3.1)
|
121 |
- [pyannote segmentation-3.0 huggingface repository](https://huggingface.co/pyannote/segmentation-3.0)
|
122 |
+
|
123 |
set each field and click "Agree and access repository"
|
124 |
+

|
125 |
+
|
126 |
9. Create an access token to Huggingface:
|
127 |
1. Connect with your account
|
128 |
2. go to [access tokens](https://huggingface.co/settings/token) in settings
|