Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
streamlit
|
2 |
-
|
3 |
-
huggingface-hub # To download HuggingFace models
|
4 |
faiss-cpu
|
5 |
PyPDF2
|
|
|
1 |
+
streamlit
|
2 |
+
sentence-transformers
|
|
|
3 |
faiss-cpu
|
4 |
PyPDF2
|