Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -13
requirements.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
-
streamlit
|
2 |
-
google-generativeai
|
3 |
-
python-dotenv
|
4 |
-
langchain
|
5 |
-
PyPDF2
|
6 |
-
chromadb
|
7 |
-
faiss-cpu
|
8 |
-
langchain_google_genai
|
9 |
-
streamlit-webrtc
|
10 |
-
tensorflow
|
11 |
git+https://github.com/openai/whisper.git
|
12 |
-
streamlit-
|
13 |
-
|
14 |
TTS @ git+https://github.com/UNHSAILLab/TTS
|
15 |
-
numpy==1.22.0
|
16 |
pandas==1.5.3
|
|
|
1 |
+
streamlit==1.21.0
|
2 |
+
google-generativeai==0.1.0
|
3 |
+
python-dotenv==1.0.0
|
4 |
+
langchain==0.0.152
|
5 |
+
PyPDF2==3.0.1
|
6 |
+
chromadb==0.3.21
|
7 |
+
faiss-cpu==1.7.4
|
8 |
+
langchain_google_genai==0.1.0
|
9 |
+
streamlit-webrtc==0.44.7
|
10 |
+
tensorflow==2.12.0
|
11 |
git+https://github.com/openai/whisper.git
|
12 |
+
streamlit-audio==0.1.2
|
13 |
+
rectxtai[pipeline]==0.1.0
|
14 |
TTS @ git+https://github.com/UNHSAILLab/TTS
|
15 |
+
numpy==1.22.0
|
16 |
pandas==1.5.3
|