Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
torch==1.13.1
|
2 |
-
mmcv-full==1.5.3
|
3 |
mmocr==0.5.0
|
|
|
4 |
mmdet==2.25.1
|
5 |
opencv-python
|
6 |
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
mmocr==0.5.0
|
2 |
+
mmcv-full==1.5.3
|
3 |
mmdet==2.25.1
|
4 |
opencv-python
|
5 |
gradio
|
6 |
+
torch==1.13.1+cpu
|
7 |
+
torchvision==0.14.1+cpu
|
8 |
+
torchaudio==0.13.1+cpu
|
9 |
+
-f https://download.pytorch.org/whl/torch_stable.html
|