Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
@@ -1,14 +1,10 @@
|
|
1 |
streamlit
|
2 |
twilio
|
3 |
-
pdfminer.six
|
4 |
sentence-transformers
|
5 |
transformers
|
6 |
faiss-cpu
|
7 |
-
|
8 |
python-docx
|
9 |
groq
|
10 |
-
PyPDF2
|
11 |
requests
|
12 |
-
|
13 |
-
streamlit-autorefresh
|
14 |
-
pdfplumber
|
|
|
1 |
streamlit
|
2 |
twilio
|
|
|
3 |
sentence-transformers
|
4 |
transformers
|
5 |
faiss-cpu
|
6 |
+
pdfplumber
|
7 |
python-docx
|
8 |
groq
|
|
|
9 |
requests
|
10 |
+
pdfminer.six
|
|
|
|