Munwar92 commited on
Commit
4cb4757
·
verified ·
1 Parent(s): 49bbf49

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -11
requirements.txt CHANGED
@@ -1,12 +1,12 @@
1
- streamlit==1.12.0
2
- transformers==4.16.0
3
  torch==1.10.0+cpu # Use the CPU version of torch for better compatibility
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 # Corrected the package name to match PyPI
10
- pydub==0.25.1
11
- langdetect==1.0.9
12
- googletrans==4.0.0-rc1
 
1
+ streamlit
2
+ transformers
3
  torch==1.10.0+cpu # Use the CPU version of torch for better compatibility
4
+ httpx
5
+ httpcore
6
+ beautifulsoup4
7
+ requests
8
+ gTTS
9
+ SpeechRecognition
10
+ pydub
11
+ langdetect
12
+ googletrans