Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
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
|
|