Spaces:
Build error
Build error
Commit
·
e3ebf55
1
Parent(s):
7b61724
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
gradio==2.3.0
|
2 |
PyMuPDF==1.18.7 # For working with PDF files
|
3 |
nltk==3.6.4 # For natural language processing
|
4 |
-
scikit-learn
|
|
|
1 |
gradio==2.3.0
|
2 |
PyMuPDF==1.18.7 # For working with PDF files
|
3 |
nltk==3.6.4 # For natural language processing
|
4 |
+
scikit-learn>=0.18 # For TF-IDF vectorization and cosine similarity
|