maria355 commited on
Commit
03eda34
·
verified ·
1 Parent(s): 8f86cf9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -7
requirements.txt CHANGED
@@ -1,7 +1,12 @@
1
- gradio>=4.0.0
2
- requests>=2.25.0
3
- Pillow>=9.0.0
4
- numpy>=1.21.0
5
- google-generativeai>=0.3.0
6
- SpeechRecognition>=3.8.0
7
- pydub>=0.25.0
 
 
 
 
 
 
1
+ gradio==4.44.0
2
+ speechrecognition==3.10.0
3
+ requests==2.31.0
4
+ pillow==10.0.1
5
+ google-generativeai==0.3.2
6
+ pydub==0.25.1
7
+ pyaudio==0.2.11
8
+ transformers==4.35.2
9
+ torch==2.1.1
10
+ torchvision==0.16.1
11
+ numpy==1.24.3
12
+ scipy==1.11.4