Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
@@ -1,10 +1,9 @@
|
|
1 |
-
|
2 |
streamlit
|
3 |
-
opencv-python-headless
|
4 |
torch
|
5 |
torchvision
|
6 |
-
|
7 |
numpy
|
8 |
Pillow
|
9 |
-
|
|
|
10 |
|
|
|
|
|
1 |
streamlit
|
|
|
2 |
torch
|
3 |
torchvision
|
4 |
+
opencv-python
|
5 |
numpy
|
6 |
Pillow
|
7 |
+
matplotlib
|
8 |
+
scikit-learn
|
9 |
|