Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
opencv-python
|
2 |
pyMuPDF
|
3 |
-
|
4 |
-
|
5 |
gradio==4.31.5
|
6 |
pdf2image
|
7 |
IPython
|
|
|
1 |
opencv-python
|
2 |
pyMuPDF
|
3 |
+
!apt-get update
|
4 |
+
!sudo apt-get install poppler-utils
|
5 |
gradio==4.31.5
|
6 |
pdf2image
|
7 |
IPython
|