Komal133 commited on
Commit
5777b8f
·
verified ·
1 Parent(s): 11aa9b0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- transformers
2
- torch
3
- gradio
4
- librosa
5
- soundfile
6
- ffmpeg-python
 
 
 
1
+ transformers>=4.40.0
2
+ torch>=2.2.0
3
+ gradio>=4.26.0
4
+ librosa>=0.10.0
5
+ soundfile>=0.12.1
6
+ ffmpeg-python>=0.2.0
7
+ numpy>=1.24.0
8
+ requests>=2.31.0