Update requirements.txt
Browse files- requirements.txt +16 -15
requirements.txt
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
-
streamlit
|
2 |
-
streamlit_chat
|
3 |
-
openai
|
4 |
-
pydub
|
5 |
-
librosa
|
6 |
-
soundfile
|
7 |
-
deep_translator
|
8 |
-
youtube_transcript_api
|
9 |
-
youtube_dl
|
10 |
-
langchain
|
11 |
-
tiktoken
|
12 |
-
transformers
|
13 |
-
torch
|
14 |
-
langchain_community
|
15 |
-
matplotlib
|
|
|
|
1 |
+
streamlit
|
2 |
+
streamlit_chat
|
3 |
+
openai
|
4 |
+
pydub
|
5 |
+
librosa
|
6 |
+
soundfile
|
7 |
+
deep_translator
|
8 |
+
youtube_transcript_api
|
9 |
+
youtube_dl
|
10 |
+
langchain
|
11 |
+
tiktoken
|
12 |
+
transformers
|
13 |
+
torch
|
14 |
+
langchain_community
|
15 |
+
matplotlib
|
16 |
+
typing
|