Merge branch 'main' of https://huggingface.co/spaces/talhasarit41/classification-models-comparison
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
gradio>=4.0.0
|
2 |
fasttext>=0.9.2
|
3 |
-
numpy
|
4 |
torch>=2.0.0
|
5 |
transformers>=4.30.0
|
6 |
-
openai>=1.0.0
|
|
|
|
1 |
gradio>=4.0.0
|
2 |
fasttext>=0.9.2
|
3 |
+
numpy==1.26.4
|
4 |
torch>=2.0.0
|
5 |
transformers>=4.30.0
|
6 |
+
openai>=1.0.0
|
7 |
+
scikit-learn
|