Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -2,5 +2,5 @@ gradio==4.24.0
|
|
2 |
transformers==4.46.2
|
3 |
accelerate==1.6.0
|
4 |
torch==2.7.0
|
5 |
-
pillow
|
6 |
git+https://github.com/allenai/olmocr.git
|
|
|
2 |
transformers==4.46.2
|
3 |
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
|