Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio
|
2 |
-
opencv-python-headless
|
3 |
-
pillow
|
4 |
-
pytz
|
|
|
1 |
+
mmocr==0.5.0
|
2 |
+
mmcv-full==1.3.18
|
3 |
+
mmdet==2.14.0
|
4 |
+
torch==1.10.0
|
5 |
+
opencv-python
|
6 |
gradio
|
|
|
|
|
|