Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
torch==2.6.0
|
| 2 |
numpy
|
| 3 |
pandas
|
| 4 |
-
gradio
|
| 5 |
sentence-transformers
|
| 6 |
-
huggingface_hub
|
| 7 |
scikit-learn
|
| 8 |
nltk
|
|
|
|
|
|
| 1 |
torch==2.6.0
|
| 2 |
numpy
|
| 3 |
pandas
|
| 4 |
+
gradio>=4.44.0
|
| 5 |
sentence-transformers
|
| 6 |
+
huggingface_hub>=0.25.2
|
| 7 |
scikit-learn
|
| 8 |
nltk
|
| 9 |
+
joblib
|