Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
transformers
|
2 |
torch
|
3 |
gradio
|
4 |
librosa
|
5 |
numpy
|
6 |
-
|
|
|
1 |
+
transformers>=4.26
|
2 |
torch
|
3 |
gradio
|
4 |
librosa
|
5 |
numpy
|
6 |
+
scipy
|