Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ gradio==4.44.0
|
|
2 |
tensorflow==2.17.0
|
3 |
nltk==3.9.1
|
4 |
numpy==1.26.4
|
5 |
-
huggingface_hub==0.25.1
|
|
|
|
2 |
tensorflow==2.17.0
|
3 |
nltk==3.9.1
|
4 |
numpy==1.26.4
|
5 |
+
huggingface_hub==0.25.1
|
6 |
+
sklearn
|