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