Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,10 @@ gradio==5.38.0
|
|
| 2 |
pandas==2.2.3
|
| 3 |
numpy==2.1.3
|
| 4 |
nltk==3.9.1
|
|
|
|
|
|
|
| 5 |
matplotlib==3.9.2
|
| 6 |
seaborn==0.13.2
|
| 7 |
wordcloud==1.9.3
|
| 8 |
-
pillow==10.4.0
|
|
|
|
|
|
| 2 |
pandas==2.2.3
|
| 3 |
numpy==2.1.3
|
| 4 |
nltk==3.9.1
|
| 5 |
+
pypdf==5.1.0
|
| 6 |
+
scikit-learn==1.5.2
|
| 7 |
matplotlib==3.9.2
|
| 8 |
seaborn==0.13.2
|
| 9 |
wordcloud==1.9.3
|
| 10 |
+
pillow==10.4.0
|
| 11 |
+
sumy==0.11.0
|