RashiAgarwal
commited on
Commit
•
95f89cc
1
Parent(s):
b7e9843
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
@@ -1,9 +1,13 @@
|
|
|
|
1 |
torch
|
2 |
torchvision
|
3 |
-
|
|
|
|
|
|
|
|
|
4 |
gradio
|
5 |
grad-cam
|
6 |
pillow
|
7 |
opencv-python
|
8 |
-
albumentations
|
9 |
-
pytorch lightning
|
|
|
1 |
+
pandas
|
2 |
torch
|
3 |
torchvision
|
4 |
+
pytorch-lightning
|
5 |
+
numpy
|
6 |
+
grad-cam
|
7 |
+
pillow
|
8 |
+
albumentations
|
9 |
gradio
|
10 |
grad-cam
|
11 |
pillow
|
12 |
opencv-python
|
13 |
+
albumentations
|
|