ZDingman commited on
Commit
e2a2b71
·
verified ·
1 Parent(s): 46c6ac3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,7 +1,9 @@
1
  gradio==4.39.0
2
  numpy
3
  soundfile
 
4
  torch==2.2.2
5
  torchaudio==2.2.2
6
- git+https://github.com/Rikorose/DeepFilterNet.git#subdirectory=DeepFilterNet
 
7
 
 
1
  gradio==4.39.0
2
  numpy
3
  soundfile
4
+ scipy
5
  torch==2.2.2
6
  torchaudio==2.2.2
7
+ speechbrain==0.5.16
8
+
9