Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
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-util
|
5 |
+
poppler-utils
|
6 |
gradio==4.31.5
|
7 |
pdf2image
|
8 |
IPython
|