Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
gradio>=3.
|
2 |
-
torch>=2.
|
3 |
-
transformers>=4.
|
4 |
-
librosa>=0.10.
|
5 |
-
|
6 |
-
|
|
|
1 |
+
gradio>=3.45.0
|
2 |
+
torch>=2.1.0
|
3 |
+
transformers>=4.35.0
|
4 |
+
librosa>=0.10.1
|
5 |
+
numpy>=1.26.0
|
6 |
+
soundfile>=0.12.1
|