Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -4
requirements.txt
CHANGED
@@ -1,9 +1,12 @@
|
|
1 |
#pandas
|
2 |
#pandasai
|
3 |
-
streamlit-audiorec
|
4 |
-
numpy
|
5 |
#matplotlib
|
6 |
#openpyxl
|
7 |
-
streamlit-webrtc==0.35.0
|
|
|
|
|
|
|
|
|
8 |
SpeechRecognition==3.8.1
|
9 |
-
streamlit_webrtc
|
|
|
1 |
#pandas
|
2 |
#pandasai
|
3 |
+
#streamlit-audiorec
|
4 |
+
#numpy
|
5 |
#matplotlib
|
6 |
#openpyxl
|
7 |
+
#streamlit-webrtc==0.35.0
|
8 |
+
#SpeechRecognition==3.8.1
|
9 |
+
#streamlit_webrtc
|
10 |
+
streamlit==1.22.0
|
11 |
+
pydub==0.25.1
|
12 |
SpeechRecognition==3.8.1
|
|