Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
gradio>=4.0.0
|
2 |
-
openai
|
3 |
-
|
|
|
4 |
scipy
|
5 |
numpy
|
|
|
1 |
gradio>=4.0.0
|
2 |
+
openai
|
3 |
+
SpeechRecognition
|
4 |
+
pyaudio
|
5 |
scipy
|
6 |
numpy
|