Spaces:
Sleeping
Sleeping
Update requirements.txt
#1
by
farhananis005
- opened
- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
pypdf
|
2 |
numpy==1.22.0
|
3 |
-
langchain
|
4 |
PyPDF2
|
5 |
docx2txt
|
6 |
gradio
|
7 |
faiss-gpu
|
8 |
-
openai
|
9 |
tiktoken
|
10 |
python-docx
|
11 |
git+https://github.com/openai/whisper.git
|
|
|
1 |
pypdf
|
2 |
numpy==1.22.0
|
3 |
+
langchain==0.0.142
|
4 |
PyPDF2
|
5 |
docx2txt
|
6 |
gradio
|
7 |
faiss-gpu
|
8 |
+
openai==0.27.8
|
9 |
tiktoken
|
10 |
python-docx
|
11 |
git+https://github.com/openai/whisper.git
|