Hervé BREDIN commited on
Commit
1c1581e
1 Parent(s): 692ae06

feat: switch to pyannote 3.1.0

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ Make the most of [pyannote](https://github.com/pyannote) thanks to our [consulti
66
 
67
 
68
  PIPELINES = [
69
- "pyannote/speaker-diarization-3.0",
70
  ]
71
 
72
  audio = Audio(sample_rate=16000, mono=True)
 
66
 
67
 
68
  PIPELINES = [
69
+ "pyannote/speaker-diarization-3.1",
70
  ]
71
 
72
  audio = Audio(sample_rate=16000, mono=True)
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
  torch==2.0.1
3
- pyannote-audio==3.0.1
 
1
  --extra-index-url https://download.pytorch.org/whl/cu113
2
  torch==2.0.1
3
+ pyannote-audio==3.1.0