Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
librosa
|
| 3 |
-
soundfile
|
| 4 |
-
noisereduce
|
| 5 |
-
scipy
|
| 6 |
-
matplotlib
|
| 7 |
-
numpy
|
| 8 |
torch==2.2.0
|
| 9 |
-
omegaconf
|
| 10 |
-
ml_collections
|
| 11 |
-
spaces
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
librosa==0.10.2
|
| 3 |
+
soundfile==0.12.1
|
| 4 |
+
noisereduce==3.0.2
|
| 5 |
+
scipy==1.14.1
|
| 6 |
+
matplotlib==3.9.2
|
| 7 |
+
numpy==1.26.4 # Downgraded to ensure compatibility with torch==2.2.0
|
| 8 |
torch==2.2.0
|
| 9 |
+
omegaconf==2.3.0
|
| 10 |
+
ml_collections==0.1.1
|
| 11 |
+
spaces==0.30.2
|