hbredin commited on
Commit
354ddb4
1 Parent(s): 3f1c24c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -21,6 +21,8 @@ See the License for the specific language governing permissions and
21
  limitations under the License.
22
  ```
23
 
 
 
24
  ```python
25
  from pyannote.audio.pipelines.speaker_verification import PretrainedSpeakerEmbedding
26
  get_embedding = PretrainedSpeakerEmbedding("hbredin/wespeaker-voxceleb-resnet34-LM")
 
21
  limitations under the License.
22
  ```
23
 
24
+ ## How to use with [pyannote.audio](https://github.com/pyannote/pyannote-audio)
25
+
26
  ```python
27
  from pyannote.audio.pipelines.speaker_verification import PretrainedSpeakerEmbedding
28
  get_embedding = PretrainedSpeakerEmbedding("hbredin/wespeaker-voxceleb-resnet34-LM")