jeysshon commited on
Commit
25d5e84
·
verified ·
1 Parent(s): 0fb8b2e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- gradio==4.44.0
2
  torch>=2.0.0
3
  torchaudio>=2.0.0
4
- numpy
5
- soundfile
 
 
 
 
 
1
  torch>=2.0.0
2
  torchaudio>=2.0.0
3
+ librosa>=0.10.0
4
+ soundfile>=0.12.0
5
+ numpy>=1.21.0
6
+ gradio>=4.0.0
7
+ tqdm>=4.64.0