Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
torch
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
1 |
+
transformers
|
2 |
+
streamlit
|
3 |
+
PyPDF2
|
4 |
+
python-docx>=0.8.11
|
5 |
+
torch
|
6 |
+
easyocr
|
7 |
+
pillow
|
8 |
+
numpy
|
9 |
+
reportlab
|