Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
streamlit
|
2 |
gradio
|
3 |
torch==2.0.1
|
@@ -6,5 +7,5 @@ pydub
|
|
6 |
SpeechRecognition
|
7 |
openai-whisper
|
8 |
plotly
|
9 |
-
|
10 |
|
|
|
1 |
+
numpy
|
2 |
streamlit
|
3 |
gradio
|
4 |
torch==2.0.1
|
|
|
7 |
SpeechRecognition
|
8 |
openai-whisper
|
9 |
plotly
|
10 |
+
|
11 |
|