Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
gradio
|
2 |
-
|
3 |
-
openpyxl
|
4 |
python-docx
|
5 |
python-pptx
|
|
|
6 |
pdf2image
|
|
|
7 |
reportlab
|
8 |
-
|
9 |
-
PyMuPDF
|
|
|
1 |
gradio
|
2 |
+
pillow
|
|
|
3 |
python-docx
|
4 |
python-pptx
|
5 |
+
pymupdf
|
6 |
pdf2image
|
7 |
+
pandas
|
8 |
reportlab
|
9 |
+
openpyxl
|
|