Thanh-Lam commited on
Commit
197676f
·
1 Parent(s): 45e5098

Fix AudioMetaData error: use pyannote.audio 3.1.1 with torch/torchaudio 2.2.0

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- pyannote.audio==3.3.2
2
- torch>=2.1.0,<3.0.0
3
- torchaudio>=2.2.0,<3.0.0
4
  gradio==4.19.2
5
  huggingface_hub==0.20.3
6
  yt-dlp
 
1
+ pyannote.audio==3.1.1
2
+ torch==2.2.0
3
+ torchaudio==2.2.0
4
  gradio==4.19.2
5
  huggingface_hub==0.20.3
6
  yt-dlp