Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
-
gradio
|
2 |
-
pandas
|
3 |
PyPDF2
|
4 |
-
pymupdf
|
5 |
pytesseract
|
6 |
pillow
|
|
|
|
|
|
|
7 |
huggingface-hub
|
8 |
-
|
9 |
-
transformers>=4.30
|
10 |
-
accelerate
|
11 |
-
sentencepiece
|
|
|
1 |
+
gradio
|
|
|
2 |
PyPDF2
|
|
|
3 |
pytesseract
|
4 |
pillow
|
5 |
+
pymupdf
|
6 |
+
transformers
|
7 |
+
torch
|
8 |
huggingface-hub
|
9 |
+
pandas
|
|
|
|
|
|