Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -7,9 +7,9 @@ python-dotenv==1.0.0
|
|
7 |
numpy==1.24.3
|
8 |
faiss-cpu==1.7.4
|
9 |
pypdf==3.17.1
|
10 |
-
|
11 |
-
requests==2.31.0
|
12 |
langchain-community
|
|
|
13 |
sentence_transformers
|
14 |
-
streamlit-
|
15 |
-
|
|
|
7 |
numpy==1.24.3
|
8 |
faiss-cpu==1.7.4
|
9 |
pypdf==3.17.1
|
10 |
+
whisper==1.0
|
|
|
11 |
langchain-community
|
12 |
+
langchain-visualizer
|
13 |
sentence_transformers
|
14 |
+
streamlit-audiorecorder
|
15 |
+
streamlit-chat
|