Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -2,4 +2,7 @@ gradio
|
|
2 |
transformers
|
3 |
torch
|
4 |
huggingface-hub
|
5 |
-
requests
|
|
|
|
|
|
|
|
2 |
transformers
|
3 |
torch
|
4 |
huggingface-hub
|
5 |
+
requests
|
6 |
+
pyttsx3
|
7 |
+
textwrap
|
8 |
+
speech_recognition
|