Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -14,12 +14,14 @@ gradio==4.10
|
|
14 |
|
15 |
huggingface_hub
|
16 |
iou
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
19 |
|
20 |
Pillow
|
21 |
regex
|
22 |
scipy==1.13.0
|
23 |
soundfile
|
24 |
spaces==0.25.0
|
25 |
-
mmcv
|
|
|
14 |
|
15 |
huggingface_hub
|
16 |
iou
|
17 |
+
|
18 |
+
mmengine
|
19 |
+
mmcv>=2.0.1
|
20 |
+
mmdet>=3.1.0
|
21 |
+
mmpose>=1.1.0
|
22 |
|
23 |
Pillow
|
24 |
regex
|
25 |
scipy==1.13.0
|
26 |
soundfile
|
27 |
spaces==0.25.0
|
|