Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
gdown==4.7.1
|
7 |
+
gradio==3.34.0
|
8 |
+
grad-cam==1.4.6
|