Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
gradio==4.44.0
|
2 |
-
tensorflow==2.
|
3 |
-
nltk==3.9.1
|
4 |
numpy==1.26.4
|
5 |
-
|
6 |
-
|
|
|
|
|
|
1 |
gradio==4.44.0
|
2 |
+
tensorflow==2.18.0
|
|
|
3 |
numpy==1.26.4
|
4 |
+
nltk==3.9.1
|
5 |
+
huggingface_hub==0.25.2
|
6 |
+
contractions==0.1.73
|
7 |
+
scikit-learn==1.5.2
|