Spaces:
Sleeping
Sleeping
Commit
·
28b5cc9
1
Parent(s):
70281a0
Fix: Install pytorch-grad-cam from GitHub
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -4,5 +4,5 @@ torchaudio
|
|
4 |
numpy
|
5 |
pillow
|
6 |
opencv-python
|
7 |
-
pytorch-grad-cam
|
8 |
-
gradio
|
|
|
4 |
numpy
|
5 |
pillow
|
6 |
opencv-python
|
7 |
+
git+https://github.com/jacobgil/pytorch-grad-cam.git
|
8 |
+
gradio
|