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