Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
-
gradio
|
|
|
2 |
torch
|
3 |
-
|
|
|
1 |
+
gradio>=3.50.0
|
2 |
+
pyannote.audio==2.1.1
|
3 |
torch
|
4 |
+
transformers
|