Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
torch==1.
|
2 |
-
torchvision==0.
|
3 |
-
mmcv-full==1.
|
4 |
-
mmdet==2.
|
5 |
-
gradio
|
6 |
opencv-python
|
7 |
-
|
|
|
1 |
+
torch==1.13.1
|
2 |
+
torchvision==0.14.1
|
3 |
+
mmcv-full==1.7.1
|
4 |
+
mmdet==2.28.2
|
|
|
5 |
opencv-python
|
6 |
+
gradio
|