Spaces:
Sleeping
Sleeping
Commit
•
d8422b6
1
Parent(s):
7135245
Update requirements.txt (#1)
Browse files- Update requirements.txt (d4941a4c5e9681e65bf289239782c0aff08fa0f2)
Co-authored-by: MD Farhan Anis <[email protected]>
- 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
|