Spaces:
Build error
Build error
Update requirements.txt
Browse files- 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 |
-
|
| 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
|