Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 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
|
|
|
|
| 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
|