Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -4
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
#pandas
|
2 |
#pandasai
|
3 |
#streamlit-audiorec
|
@@ -7,11 +8,15 @@
|
|
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
|
13 |
-
streamlit==1.22.0
|
14 |
#sounddevice==0.4.5
|
15 |
-
wavio==0.0.4
|
16 |
-
SpeechRecognition==3.8.1
|
17 |
#libportaudio2
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
#pandas
|
3 |
#pandasai
|
4 |
#streamlit-audiorec
|
|
|
8 |
#streamlit-webrtc==0.35.0
|
9 |
#SpeechRecognition==3.8.1
|
10 |
#streamlit_webrtc
|
11 |
+
#streamlit==1.22.0
|
12 |
#pydub==0.25.1
|
13 |
#SpeechRecognition==3.8.1
|
14 |
+
#streamlit==1.22.0
|
15 |
#sounddevice==0.4.5
|
16 |
+
#wavio==0.0.4
|
17 |
+
#SpeechRecognition==3.8.1
|
18 |
#libportaudio2
|
19 |
+
requests
|
20 |
+
beautifulsoup4
|
21 |
+
pandas
|
22 |
+
groq
|