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