Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
|
2 |
-
torch>=2.
|
3 |
-
|
4 |
-
whisper
|
5 |
pydub==0.25.1
|
6 |
plotly==6.0.1
|
7 |
-
|
8 |
-
|
|
|
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
|