Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -7
requirements.txt
CHANGED
|
@@ -1,9 +1,14 @@
|
|
| 1 |
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
|
|
|
| 1 |
|
| 2 |
+
gradio>=5.0,<7
|
| 3 |
+
pandas>=2.1,<3
|
| 4 |
+
numpy>=1.26,<2
|
| 5 |
+
datasets>=3.0,<5
|
| 6 |
+
librosa>=0.10.2,<0.12
|
| 7 |
+
soundfile>=0.12.1,<0.14
|
| 8 |
+
soxr>=0.3.7,<1
|
| 9 |
+
torch>=2.2
|
| 10 |
+
torchaudio>=2.2
|
| 11 |
+
deepfilternet==0.5.6
|
| 12 |
+
gradio_client>=1.0,<3
|
| 13 |
+
huggingface_hub>=0.27,<2
|
| 14 |
|