tanchaowen84 commited on
Commit
8b0fff4
·
verified ·
1 Parent(s): 019bc28

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- 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
 
 
 
 
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