Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
gradio
|
2 |
-
markdown
|
3 |
PyMuPDF
|
4 |
openai
|
5 |
tensorflow_hub
|
6 |
scikit-learn
|
7 |
-
tensorflow
|
|
|
|
|
|
|
|
1 |
gradio
|
|
|
2 |
PyMuPDF
|
3 |
openai
|
4 |
tensorflow_hub
|
5 |
scikit-learn
|
6 |
+
tensorflow
|
7 |
+
pytesseract
|
8 |
+
pdf2image
|
9 |
+
pillow
|