Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
gradio>=4.0.0
|
5 |
pymupdf
|
6 |
pytesseract
|
7 |
-
pillow
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
pandas
|
3 |
+
PyPDF2
|
|
|
4 |
pymupdf
|
5 |
pytesseract
|
6 |
+
pillow
|
7 |
+
huggingface-hub
|
8 |
+
torch
|
9 |
+
transformers
|