Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
speechrecognition
|
4 |
-
|
5 |
-
|
|
|
|
|
|
1 |
+
gradio==3.38.0
|
2 |
+
gtts==2.2.4
|
3 |
+
speechrecognition==3.8.1
|
4 |
+
numpy==1.24.2
|
5 |
+
pydub==0.25.1
|
6 |
+
playsound==1.3.0
|
7 |
+
pyaudio==0.2.14
|