Spaces:
Sleeping
Sleeping
add matplotlib
Browse filesmatplotlib is not installed so plotting is not available!
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ transformers
|
|
4 |
numpy
|
5 |
torch
|
6 |
sentencepiece
|
7 |
-
shap
|
|
|
|
4 |
numpy
|
5 |
torch
|
6 |
sentencepiece
|
7 |
+
shap
|
8 |
+
matplotlib
|