Upload text_detection/requirements.txt with huggingface_hub
Browse files
text_detection/requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub
|
| 2 |
+
dghs-imgutils
|
| 3 |
+
hbutils>=0.9.1
|
| 4 |
+
opencv-python
|
| 5 |
+
numpy
|
| 6 |
+
gradio==3.47.1
|