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