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