Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
|
@@ -1,12 +1,14 @@
|
|
| 1 |
audio-separator[gpu]==0.33.0
|
| 2 |
-
scipy==1.
|
|
|
|
| 3 |
yt_dlp>=2025.1.10
|
| 4 |
pypresence==4.3.0
|
| 5 |
validators==0.22.0
|
| 6 |
matchering==2.0.6
|
|
|
|
|
|
|
|
|
|
| 7 |
librosa==0.10.2
|
| 8 |
soundfile==0.12.1
|
| 9 |
-
numpy==
|
| 10 |
-
|
| 11 |
-
transformers==4.21.1
|
| 12 |
-
datasets==2.3.2
|
|
|
|
| 1 |
audio-separator[gpu]==0.33.0
|
| 2 |
+
scipy==1.13.1 # Downgraded for compatibility
|
| 3 |
+
gradio==4.44.0
|
| 4 |
yt_dlp>=2025.1.10
|
| 5 |
pypresence==4.3.0
|
| 6 |
validators==0.22.0
|
| 7 |
matchering==2.0.6
|
| 8 |
+
torch==2.2.0 # Compatible with ZeroGPU
|
| 9 |
+
torchvision==0.17.0 # Required for ZeroGPU
|
| 10 |
+
torchaudio==2.2.0 # Required for ZeroGPU
|
| 11 |
librosa==0.10.2
|
| 12 |
soundfile==0.12.1
|
| 13 |
+
numpy==1.26.4 # Downgraded for compatibility
|
| 14 |
+
onnxruntime-gpu==1.18.1 # Ensure GPU support
|
|
|
|
|
|