Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
transformers
|
| 5 |
plotly
|
| 6 |
-
openai-whisper
|
| 7 |
-
pydub
|
| 8 |
-
threadpool
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
torch
|
| 3 |
+
transformers
|
|
|
|
| 4 |
plotly
|
| 5 |
+
openai-whisper
|
| 6 |
+
pydub
|
| 7 |
+
threadpool
|
| 8 |
+
numpy
|
| 9 |
+
packaging==24.2
|