shubhamrazzsharma commited on
Commit
32dc4a1
·
verified ·
1 Parent(s): 479868f

Update requirements.txt

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