Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -10,3 +10,7 @@ torch==2.3.1
|
|
| 10 |
torchvision==0.18.1
|
| 11 |
torchaudio==2.3.1
|
| 12 |
scikit-learn==1.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
torchvision==0.18.1
|
| 11 |
torchaudio==2.3.1
|
| 12 |
scikit-learn==1.3.0
|
| 13 |
+
import nltk
|
| 14 |
+
nltk.download('stopwords')
|
| 15 |
+
|
| 16 |
+
|