Garvitj commited on
Commit
5086c74
·
verified ·
1 Parent(s): 3a2b7bc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -11
requirements.txt CHANGED
@@ -1,11 +1,13 @@
1
- gradio
2
- numpy
3
- opencv-python
4
- librosa
5
- speechrecognition
6
- tensorflow
7
- scikit-learn
8
- nltk
9
- pydub
10
- ffmpeg-python
11
- pickle-mixin
 
 
 
1
+ gradio==3.16.2
2
+ numpy==1.23.5
3
+ opencv-python==4.7.0.72
4
+ librosa==0.10.0
5
+ SpeechRecognition==3.8.1
6
+ tensorflow==2.12.0
7
+ scikit-learn==1.0.2
8
+ nltk==3.7
9
+ pydub==0.25.1
10
+ ffmpeg-python==0.2.0
11
+ transformers==4.29.1
12
+ torch==2.1.0
13
+ pillow==9.4.0