Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
streamlit==1.25.0
|
| 2 |
-
SpeechRecognition==3.8.1
|
| 3 |
-
pyttsx3==2.90
|
| 4 |
-
ctransformers==0.2.27
|
|
|
|
|
|
| 1 |
+
streamlit==1.25.0
|
| 2 |
+
SpeechRecognition==3.8.1
|
| 3 |
+
pyttsx3==2.90
|
| 4 |
+
ctransformers==0.2.27
|
| 5 |
+
openai
|