Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ accelerate==1.6.0
|
|
4 |
torch==2.7.0
|
5 |
pillow>=8.0,<11.0 # Adjusted to match gradio's requirement
|
6 |
git+https://github.com/allenai/olmocr.git
|
7 |
-
PyPDF2
|
|
|
|
4 |
torch==2.7.0
|
5 |
pillow>=8.0,<11.0 # Adjusted to match gradio's requirement
|
6 |
git+https://github.com/allenai/olmocr.git
|
7 |
+
PyPDF2
|
8 |
+
ebooklib
|