Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
gradio==3.50.2
|
2 |
-
transformers==4.46.2
|
3 |
torch==2.5.1
|
|
|
4 |
pillow>=8.0,<11.0
|
5 |
PyMuPDF==1.22.5
|
6 |
-
PyPDF2
|
7 |
-
pdf2image
|
8 |
ebooklib
|
9 |
pydantic<2.0
|
10 |
-
latex2mathml
|
11 |
markdown2
|
12 |
olmocr @ git+https://github.com/allenai/olmocr.git@main
|
|
|
1 |
gradio==3.50.2
|
|
|
2 |
torch==2.5.1
|
3 |
+
transformers==4.46.2
|
4 |
pillow>=8.0,<11.0
|
5 |
PyMuPDF==1.22.5
|
|
|
|
|
6 |
ebooklib
|
7 |
pydantic<2.0
|
8 |
+
latex2mathml
|
9 |
markdown2
|
10 |
olmocr @ git+https://github.com/allenai/olmocr.git@main
|