Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
streamlit
|
| 2 |
transformers
|
| 3 |
torch
|
| 4 |
-
httpx
|
| 5 |
-
httpcore
|
| 6 |
beautifulsoup4
|
| 7 |
requests
|
|
|
|
| 8 |
gTTS
|
| 9 |
-
|
| 10 |
pydub
|
| 11 |
langdetect
|
| 12 |
googletrans
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
transformers
|
| 3 |
torch
|
|
|
|
|
|
|
| 4 |
beautifulsoup4
|
| 5 |
requests
|
| 6 |
+
httpx
|
| 7 |
gTTS
|
| 8 |
+
speechrecognition
|
| 9 |
pydub
|
| 10 |
langdetect
|
| 11 |
googletrans
|
| 12 |
+
faiss-cpu
|
| 13 |
+
sentence-transformers
|