Merlintxu commited on
Commit
6cef230
·
verified ·
1 Parent(s): aab0edb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
- gradio
2
- transformers
3
- torch
4
- librosa
5
- subprocess
6
- langdetect
7
- pyannote.audio
 
1
+ gradio>=3.0.0
2
+ transformers>=4.0.0
3
+ torch>=1.9.0
4
+ librosa>=0.8.0
5
+ langdetect>=1.0.9
6
+ pyannote.audio>=2.1.1