Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ torch==2.0.1
|
|
2 |
transformers==4.29.2
|
3 |
gradio==3.32.0
|
4 |
pandas==2.0.2
|
5 |
-
tqdm==4.62.0
|
|
|
|
2 |
transformers==4.29.2
|
3 |
gradio==3.32.0
|
4 |
pandas==2.0.2
|
5 |
+
tqdm==4.62.0
|
6 |
+
scikit-learn==1.2.2
|