Garvitj commited on
Commit
623b030
·
verified ·
1 Parent(s): aa35242

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -12
requirements.txt CHANGED
@@ -1,12 +1,13 @@
1
- gradio
2
- numpy
3
- torch
4
- librosa
5
- opencv-python
6
- ffmpeg-python
7
- speechrecognition
8
- transformers
9
- tensorflow
10
- scikit-learn
11
- nltk
12
- pillow
 
 
1
+ gradio==3.30.0
2
+ numpy==1.24.2
3
+ opencv-python==4.8.0.74
4
+ librosa==0.10.0
5
+ tensorflow==2.11.0
6
+ nltk==3.8.1
7
+ scikit-learn==1.1.2
8
+ pydub==0.25.1
9
+ transformers==4.30.0
10
+ torch==2.1.0
11
+ pillow==9.4.0
12
+ SpeechRecognition==3.10.0
13
+ scipy==1.10.1