Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
torch
|
2 |
torchvision
|
3 |
timm
|
4 |
-
open_clip_torch
|
5 |
opencv-python
|
6 |
matplotlib
|
7 |
numpy
|
|
|
1 |
+
torch==1.12
|
2 |
torchvision
|
3 |
timm
|
4 |
+
open_clip_torch==2.23.0
|
5 |
opencv-python
|
6 |
matplotlib
|
7 |
numpy
|