Spaces:
Sleeping
Sleeping
Prathamesh1420
commited on
Commit
•
fa2f154
1
Parent(s):
55b3a1d
Update requirements.txt
Browse files- requirements.txt +4 -14
requirements.txt
CHANGED
@@ -1,15 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
SpeechRecognition==3.10.0
|
4 |
-
playsound==1.3.0
|
5 |
-
tensorflow==2.13.0
|
6 |
-
librosa==0.10.0.post2
|
7 |
-
matplotlib==3.7.2
|
8 |
-
seaborn==0.12.2
|
9 |
-
openpyxl
|
10 |
-
pandas==2.0.3
|
11 |
-
pyaudio==0.2.12
|
12 |
-
gradio==4.19.2
|
13 |
-
groq==0.10.0
|
14 |
numpy
|
15 |
-
soundfile
|
|
|
|
1 |
+
gradio==3.39.0 # Version may vary, you can update it to the latest
|
2 |
+
groq
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
numpy
|
4 |
+
soundfile
|
5 |
+
pyttsx3
|