Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -7,8 +7,8 @@ huggingface_hub
|
|
7 |
onnxruntime
|
8 |
|
9 |
#mmcv<2.2.0
|
10 |
-
mmcv==2.1.0
|
11 |
-
mmdet==3.2.0
|
12 |
|
13 |
# For Web UI
|
14 |
#gradio
|
@@ -28,7 +28,7 @@ hbutils>=0.9.0
|
|
28 |
#### pip install onnxruntime-gpu==1.17.0 --index-url=https://pkgs.dev.azure.com/onnxruntime/onnxruntime/_packaging/onnxruntime-cuda-12/pypi/simple
|
29 |
#onnxruntime-gpu==1.17.0
|
30 |
dghs-imgutils>=0.2.3
|
31 |
-
onnxruntime
|
32 |
httpx
|
33 |
|
34 |
datasets
|
|
|
7 |
onnxruntime
|
8 |
|
9 |
#mmcv<2.2.0
|
10 |
+
#mmcv==2.1.0
|
11 |
+
#mmdet==3.2.0
|
12 |
|
13 |
# For Web UI
|
14 |
#gradio
|
|
|
28 |
#### pip install onnxruntime-gpu==1.17.0 --index-url=https://pkgs.dev.azure.com/onnxruntime/onnxruntime/_packaging/onnxruntime-cuda-12/pypi/simple
|
29 |
#onnxruntime-gpu==1.17.0
|
30 |
dghs-imgutils>=0.2.3
|
31 |
+
#onnxruntime
|
32 |
httpx
|
33 |
|
34 |
datasets
|