add matplotlib into dependency
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@
|
|
2 |
pillow
|
3 |
gradio==5.5.0
|
4 |
torch
|
5 |
-
torchvision
|
|
|
|
2 |
pillow
|
3 |
gradio==5.5.0
|
4 |
torch
|
5 |
+
torchvision
|
6 |
+
matplotlib
|