Spaces:
Sleeping
Sleeping
Commit
·
afd9f9e
1
Parent(s):
bd61488
update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
transformers>=4.40.0
|
2 |
torch>=2.0.0
|
3 |
scikit-learn>=1.2.0
|
4 |
-
gradio>=4.0.0
|
|
|
|
|
|
1 |
transformers>=4.40.0
|
2 |
torch>=2.0.0
|
3 |
scikit-learn>=1.2.0
|
4 |
+
gradio>=4.0.0
|
5 |
+
matplotlib==3.10.3
|
6 |
+
seaborn==0.13.2
|