Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
gradio
|
| 2 |
-
langchain
|
| 3 |
transformers
|
| 4 |
sentence-transformers
|
|
|
|
| 5 |
faiss-cpu
|
|
|
|
| 6 |
pypdf
|
| 7 |
python-docx
|
| 8 |
-
pandas
|
| 9 |
beautifulsoup4
|
| 10 |
-
|
| 11 |
-
unstructured
|
|
|
|
| 1 |
gradio
|
|
|
|
| 2 |
transformers
|
| 3 |
sentence-transformers
|
| 4 |
+
langchain
|
| 5 |
faiss-cpu
|
| 6 |
+
pandas
|
| 7 |
pypdf
|
| 8 |
python-docx
|
|
|
|
| 9 |
beautifulsoup4
|
| 10 |
+
lxml
|
|
|