Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
flask
|
|
|
|
| 2 |
torch
|
| 3 |
torchvision
|
| 4 |
pillow
|
| 5 |
numpy
|
| 6 |
matplotlib
|
| 7 |
-
opencv-python
|
| 8 |
git+https://github.com/jacobgil/pytorch-grad-cam.git
|
|
|
|
|
|
| 1 |
flask
|
| 2 |
+
flask-cors
|
| 3 |
torch
|
| 4 |
torchvision
|
| 5 |
pillow
|
| 6 |
numpy
|
| 7 |
matplotlib
|
| 8 |
+
opencv-python-headless
|
| 9 |
git+https://github.com/jacobgil/pytorch-grad-cam.git
|
| 10 |
+
|