Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
1 |
+
gradio>=3.25.0
|
2 |
+
numpy>=1.21.0
|
3 |
+
torch>=1.12.0
|
4 |
+
transformers>=4.20.0
|
5 |
+
librosa>=0.9.0
|
6 |
+
soundfile>=0.12.0
|