Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -8,5 +8,9 @@
|
|
8 |
#SpeechRecognition==3.8.1
|
9 |
#streamlit_webrtc
|
10 |
streamlit==1.22.0
|
11 |
-
pydub==0.25.1
|
|
|
|
|
|
|
|
|
12 |
SpeechRecognition==3.8.1
|
|
|
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
|