objects76 commited on
Commit
3b6dbb1
1 Parent(s): 8ea7305

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ Consider switching to [pyannoteAI](https://www.pyannote.ai) for better and faste
28
 
29
  This model ingests 10 seconds of mono audio sampled at 16kHz and outputs speaker diarization as a (num_frames, num_classes) matrix where the 7 classes are _non-speech_, _speaker #1_, _speaker #2_, _speaker #3_, _speakers #1 and #2_, _speakers #1 and #3_, and _speakers #2 and #3_.
30
 
31
- ![Example output](https://huggingface.co/pyannote/segmentation-3.0/blob/main/example.png)
32
 
33
  ```python
34
  # waveform (first row)
 
28
 
29
  This model ingests 10 seconds of mono audio sampled at 16kHz and outputs speaker diarization as a (num_frames, num_classes) matrix where the 7 classes are _non-speech_, _speaker #1_, _speaker #2_, _speaker #3_, _speakers #1 and #2_, _speakers #1 and #3_, and _speakers #2 and #3_.
30
 
31
+ ![Example output](https://huggingface.co/pyannote/segmentation-3.0/raw/main/example.png)
32
 
33
  ```python
34
  # waveform (first row)