hbredin commited on
Commit
5702069
·
1 Parent(s): d24d0d1

feat: add link to HF Space

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -24,7 +24,7 @@ inference: false
24
  Model from *[End-to-end speaker segmentation for overlap-aware resegmentation](http://arxiv.org/abs/2104.04045)*,
25
  by Hervé Bredin and Antoine Laurent.
26
 
27
- Relies on pyannote.audio 2.0 currently in development: see [installation instructions](https://github.com/pyannote/pyannote-audio/tree/develop#installation).
28
 
29
  ## Support
30
 
@@ -33,6 +33,8 @@ For [technical questions](https://github.com/pyannote/pyannote-audio/discussions
33
 
34
  ## Usage
35
 
 
 
36
  ### Voice activity detection
37
 
38
  ```python
 
24
  Model from *[End-to-end speaker segmentation for overlap-aware resegmentation](http://arxiv.org/abs/2104.04045)*,
25
  by Hervé Bredin and Antoine Laurent.
26
 
27
+ [Online demo](https://huggingface.co/spaces/pyannote/segmentation) is available as a Hugging Face Space.
28
 
29
  ## Support
30
 
 
33
 
34
  ## Usage
35
 
36
+ Relies on pyannote.audio 2.0 currently in development: see [installation instructions](https://github.com/pyannote/pyannote-audio/tree/develop#installation).
37
+
38
  ### Voice activity detection
39
 
40
  ```python