Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,5 +1,10 @@
|
|
|
|
|
|
|
|
1 |
google-generativeai>=0.3.2
|
2 |
python-dotenv
|
3 |
gTTS
|
4 |
SpeechRecognition
|
5 |
-
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
transformers==4.29.2
|
3 |
+
torch
|
4 |
google-generativeai>=0.3.2
|
5 |
python-dotenv
|
6 |
gTTS
|
7 |
SpeechRecognition
|
8 |
+
torchvision
|
9 |
+
Pillow
|
10 |
+
joblib
|