MaroofTechSorcerer commited on
Commit
3f8276c
·
verified ·
1 Parent(s): 6d401a4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -9
requirements.txt CHANGED
@@ -1,9 +1,8 @@
1
- numpy
2
- streamlit
3
- gradio
4
- torch==2.0.1
5
- transformers==4.29.2
6
- pydub
7
- SpeechRecognition
8
- openai-whisper
9
- plotly
 
1
+ streamlit==1.40.0
2
+ torch>=2.0.1
3
+ transformers==4.38.2
4
+ openai-whisper>=20240930
5
+ pydub==0.25.1
6
+ plotly==6.0.1
7
+ numpy==1.26.4
8
+ requests==2.32.3