Update requirements.txt
Browse files- 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
|
9 |
-
packaging
|
|
|
|
|
|
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
|