Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -9,9 +9,10 @@ faiss-cpu==1.7.4
|
|
9 |
pypdf==3.17.1
|
10 |
whisper==1.0
|
11 |
langchain-community
|
12 |
-
langchain-core
|
13 |
-
langchain-visualizer
|
14 |
pydantic
|
|
|
|
|
15 |
sentence_transformers
|
16 |
streamlit-audiorecorder
|
17 |
-
streamlit-chat
|
|
|
|
9 |
pypdf==3.17.1
|
10 |
whisper==1.0
|
11 |
langchain-community
|
|
|
|
|
12 |
pydantic
|
13 |
+
requests
|
14 |
+
openai-whisper
|
15 |
sentence_transformers
|
16 |
streamlit-audiorecorder
|
17 |
+
streamlit-chat
|
18 |
+
streamlit-webrtc
|