Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +13 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.28.1
|
| 2 |
+
transformers==4.35.2
|
| 3 |
+
torch==2.1.0
|
| 4 |
+
torchaudio==2.1.0
|
| 5 |
+
speechrecognition==3.10.0
|
| 6 |
+
gtts==2.4.0
|
| 7 |
+
accelerate==0.24.1
|
| 8 |
+
sentencepiece==0.1.99
|
| 9 |
+
protobuf==4.25.0
|
| 10 |
+
huggingface-hub==0.19.4
|
| 11 |
+
tokenizers==0.15.0
|
| 12 |
+
numpy==1.24.3
|
| 13 |
+
pandas==2.0.3
|