Munwar92 commited on
Commit
6b96d94
·
verified ·
1 Parent(s): bad36ae

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -12
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
- streamlit
2
- transformers
3
- torch
4
- beautifulsoup4
5
- requests
6
- gTTS
7
- speechrecognition
8
- pydub
9
- langdetect
10
- googletrans
11
- httpx
12
- httpcore
 
1
+ streamlit==1.12.0
2
+ transformers==4.16.0
3
+ torch==1.10.0
4
+ httpx==0.23.0
5
+ httpcore==0.15.0
6
+ beautifulsoup4==4.11.1
7
+ requests==2.26.0
8
+ gTTS==2.2.3
9
+ speechrecognition==3.8.1
10
+ pydub==0.25.1
11
+ langdetect==1.0.9
12
+ googletrans==4.0.0-rc1