Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
|
|
|
2 |
numpy
|
3 |
-
opencv-python
|
4 |
-
pickle
|
5 |
-
gradio
|
6 |
-
tqdm
|
7 |
matplotlib
|
|
|
|
|
8 |
grad-cam
|
|
|
|
|
9 |
scikit-learn
|
|
|
1 |
+
opencv-python-headless
|
2 |
+
pandas
|
3 |
numpy
|
|
|
|
|
|
|
|
|
4 |
matplotlib
|
5 |
+
torch
|
6 |
+
torchvision
|
7 |
grad-cam
|
8 |
+
gradio
|
9 |
+
tqdm
|
10 |
scikit-learn
|