Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -8
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
-
streamlit
|
2 |
-
huggingface-hub==0.
|
3 |
-
easyocr
|
4 |
-
langchain
|
5 |
-
googletrans==4.0.0-rc1
|
6 |
-
numpy
|
7 |
-
Pillow
|
8 |
pdfplumber==0.7.5 # For PDF parsing
|
9 |
-
langchain-community
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
huggingface-hub==0.25.2
|
3 |
+
easyocr
|
4 |
+
langchain
|
5 |
+
googletrans==4.0.0-rc1
|
6 |
+
numpy
|
7 |
+
Pillow
|
8 |
pdfplumber==0.7.5 # For PDF parsing
|
9 |
+
langchain-community
|
10 |
+
langchain-core
|
11 |
+
langchain-text-splitters
|