Spaces:
Runtime error
Runtime error
Commit ·
0fa56e0
1
Parent(s): 9285af4
fix: add matplotlib to requirement
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
gradio
|
| 2 |
opencv-python-headless
|
| 3 |
scikit-image
|
| 4 |
-
numpy
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
opencv-python-headless
|
| 3 |
scikit-image
|
| 4 |
+
numpy
|
| 5 |
+
matplotlib
|