Spaces:
Runtime error
Runtime error
Commit
·
4e23033
1
Parent(s):
1e8edc1
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
|
2 |
-
PyMuPDF
|
|
|
3 |
numpy
|
4 |
-
scikit-learn
|
5 |
-
tensorflow
|
6 |
tensorflow-hub
|
7 |
openai
|
8 |
-
|
|
|
|
1 |
+
urllib3
|
2 |
+
PyMuPDF==1.18.19 # This is the fitz library
|
3 |
+
regex
|
4 |
numpy
|
|
|
|
|
5 |
tensorflow-hub
|
6 |
openai
|
7 |
+
gradio
|
8 |
+
scikit-learn
|