gnosticdev commited on
Commit
a4dc2d6
·
verified ·
1 Parent(s): 18404a6

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
- openai-whisper>=20231117
3
  numpy>=1.24.0
4
- ffmpeg-python>=0.2.0
5
- torch>=2.0.0
6
- torchaudio>=2.0.0
 
1
  gradio>=4.0.0
2
+ librosa>=0.10.0
3
  numpy>=1.24.0
4
+ scipy>=1.11.0
5
+ soundfile>=0.12.0
6
+ resampy>=0.4.0