Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
gradio
|
2 |
-
mmocr==0.5.0
|
3 |
-
mmcv-full==1.3.17
|
4 |
mmdet==2.14.0
|
|
|
|
|
5 |
opencv-python-headless
|
6 |
pillow
|
7 |
pytz
|
|
|
1 |
gradio
|
2 |
+
mmocr==0.5.0 --no-deps
|
|
|
3 |
mmdet==2.14.0
|
4 |
+
mmcv-full==1.3.17
|
5 |
+
pycocotools==2.0.6
|
6 |
opencv-python-headless
|
7 |
pillow
|
8 |
pytz
|