Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
|
|
|
|
|
|
1 |
transformers==4.41.2
|
2 |
torch
|
3 |
streamlit
|
4 |
python-docx
|
5 |
nltk
|
6 |
-
presidio-analyzer
|
7 |
-
fitz
|
8 |
-
pymupdf
|
9 |
-
PyPDF2
|
|
|
1 |
+
fitz
|
2 |
+
pymupdf
|
3 |
+
PyPDF2
|
4 |
transformers==4.41.2
|
5 |
torch
|
6 |
streamlit
|
7 |
python-docx
|
8 |
nltk
|
9 |
+
presidio-analyzer
|
|
|
|
|
|