Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 2 |
torch==2.2.2+cpu
|
| 3 |
-
|
| 4 |
-
numpy
|
| 5 |
-
soundfile>=0.12.1
|
| 6 |
onnxruntime==1.20.0
|
| 7 |
deepfilternet==0.5.6
|
| 8 |
-
deepfilterlib==0.5.6
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
|
| 3 |
torch==2.2.2+cpu
|
| 4 |
+
torchaudio==2.2.2+cpu
|
|
|
|
|
|
|
| 5 |
onnxruntime==1.20.0
|
| 6 |
deepfilternet==0.5.6
|
| 7 |
+
deepfilterlib==0.5.6
|
| 8 |
+
gradio==4.15.0
|
| 9 |
+
soundfile>=0.12.1
|
| 10 |
+
numpy
|