umaradnaan commited on
Commit
d52a822
·
verified ·
1 Parent(s): 7dbed61

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- streamlit
2
- SpeechRecognition
3
- pydub
4
- pandas
5
- PyAudio
6
- sounddevice
7
- pydub
8
- ffmpeg-python
 
1
+ streamlit==1.32.0
2
+ streamlit-webrtc==0.47.5
3
+ SpeechRecognition==3.10.0
4
+ pydub==0.25.1
5
+ numpy==1.26.4
6
+ pandas==2.2.2
7
+ ffmpeg-python==0.2.0
8
+