Update requirements.txt
Browse files- requirements.txt +6 -11
requirements.txt
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
-
streamlit
|
2 |
-
torch
|
3 |
-
|
4 |
-
|
5 |
-
openai-whisper
|
6 |
-
pydub
|
7 |
-
plotly==5.22.0
|
8 |
-
numpy==2.2.5
|
9 |
-
packaging==24.1
|
10 |
-
huggingface-hub==0.30.2
|
11 |
-
protobuf==3.20.3
|
|
|
1 |
+
streamlit
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
plotly
|
5 |
+
openai-whisper
|
6 |
+
pydub
|
|
|
|
|
|
|
|
|
|