Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
streamlit
|
2 |
-
|
3 |
-
|
4 |
-
gTTS
|
5 |
google-generativeai
|
6 |
transformers
|
7 |
-
torch
|
|
|
|
|
|
1 |
streamlit
|
2 |
+
speechrecognition
|
3 |
+
gtts
|
|
|
4 |
google-generativeai
|
5 |
transformers
|
6 |
+
torch
|
7 |
+
torchaudio
|
8 |
+
torchvision
|