MaroofTechSorcerer commited on
Commit
371555e
·
verified ·
1 Parent(s): 16521d3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -9
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
- streamlit==1.40.0
2
- torch==2.0.0
3
- torchaudio==2.0.1
4
- transformers==4.38.2
5
- openai-whisper==20240930
6
- pydub==0.25.1
7
- plotly==5.22.0
8
- numpy>=1.26.4
9
- packaging>=24.0
 
 
 
1
+ streamlit==1.40.0
2
+ torch==2.0.0
3
+ torchaudio==2.0.1
4
+ transformers==4.38.2
5
+ openai-whisper==20240930
6
+ pydub==0.25.1
7
+ plotly==5.22.0
8
+ numpy==2.2.5
9
+ packaging==25.0
10
+ huggingface-hub==0.30.2
11
+ protobuf==3.20.3