Update requirements.txt
Browse files- requirements.txt +6 -9
requirements.txt
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
SpeechRecognition
|
5 |
-
|
6 |
-
|
7 |
-
datasets>=2.10.0
|
8 |
-
torchaudio>=2.0.0
|
9 |
-
accelerate>=0.21.0
|
|
|
1 |
+
streamlit
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
SpeechRecognition
|
5 |
+
gTTS
|
6 |
+
sentencepiece
|
|
|
|
|
|