Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -32,7 +32,8 @@ gtts
|
|
32 |
gradio>=4.0.0
|
33 |
transformers>=4.40.0
|
34 |
torch
|
35 |
-
langchain
|
|
|
36 |
librosa
|
37 |
soundfile
|
38 |
gtts
|
@@ -43,3 +44,4 @@ opencv-python-headless
|
|
43 |
tqdm
|
44 |
python-dotenv
|
45 |
|
|
|
|
32 |
gradio>=4.0.0
|
33 |
transformers>=4.40.0
|
34 |
torch
|
35 |
+
langchain>=0.1.0
|
36 |
+
langchain-community
|
37 |
librosa
|
38 |
soundfile
|
39 |
gtts
|
|
|
44 |
tqdm
|
45 |
python-dotenv
|
46 |
|
47 |
+
|