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

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,12 +1,12 @@
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
 
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