Spaces:
Runtime error
Runtime error
Commit
·
b17bcd3
1
Parent(s):
1f19bae
Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
@@ -1,10 +1,8 @@
|
|
|
|
1 |
PyMuPDF
|
2 |
-
numpy
|
3 |
scikit-learn
|
4 |
-
tensorflow
|
5 |
tensorflow-hub
|
6 |
-
openai
|
7 |
-
gradio==3.27.0
|
8 |
-
jina
|
9 |
-
|
10 |
|
|
|
1 |
+
gradio
|
2 |
PyMuPDF
|
3 |
+
numpy
|
4 |
scikit-learn
|
5 |
+
tensorflow
|
6 |
tensorflow-hub
|
7 |
+
openai
|
|
|
|
|
|
|
8 |
|