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