ZDingman commited on
Commit
7dc97a7
·
verified ·
1 Parent(s): 683fcfc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
  gradio==4.39.0
2
- numpy
3
- soundfile
4
- scipy
5
  torch==2.2.2
 
6
  speechbrain==0.5.16
7
 
8
 
 
1
  gradio==4.39.0
2
+ numpy==1.26.4
3
+ soundfile==0.13.1
 
4
  torch==2.2.2
5
+ torchaudio==2.2.2
6
  speechbrain==0.5.16
7
 
8