Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +11 -9
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
-
streamlit
|
2 |
-
transformers
|
3 |
-
sentence-transformers
|
4 |
-
faiss
|
5 |
-
PyMuPDF
|
6 |
-
python-docx
|
7 |
-
beautifulsoup4
|
8 |
-
requests
|
9 |
-
langdetect
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
transformers
|
3 |
+
sentence-transformers
|
4 |
+
faiss-cpu
|
5 |
+
PyMuPDF
|
6 |
+
python-docx
|
7 |
+
beautifulsoup4
|
8 |
+
requests
|
9 |
+
langdetect
|
10 |
+
sqlite3
|
11 |
+
torch
|