Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
gradio
|
2 |
-
transformers
|
3 |
-
torch
|
4 |
-
librosa
|
5 |
-
|
6 |
-
|
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
|
|