Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
transformers
|
| 3 |
-
torch
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 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
|