Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
Pillow
|
4 |
-
opencv-python
|
5 |
-
numpy
|
6 |
-
gradio
|
7 |
-
grad-cam
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
torchvision==0.15.2
|
3 |
+
Pillow==9.5.0
|
4 |
+
opencv-python==4.7.0.72
|
5 |
+
numpy==1.24.3
|
6 |
+
gradio==3.34.0
|
7 |
+
grad-cam==1.4.6
|