Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ torchvision
|
|
3 |
pillow
|
4 |
numpy
|
5 |
gradio
|
6 |
-
pytorch-grad-cam
|
|
|
|
3 |
pillow
|
4 |
numpy
|
5 |
gradio
|
6 |
+
git+https://github.com/jacobgil/pytorch-grad-cam.git
|
7 |
+
|