Upload character_splitter/requirements.txt with huggingface_hub
Browse files
character_splitter/requirements.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==3.41.2
|
| 2 |
+
numpy
|
| 3 |
+
pillow
|
| 4 |
+
onnxruntime
|
| 5 |
+
huggingface_hub
|
| 6 |
+
scikit-image
|
| 7 |
+
pandas
|
| 8 |
+
opencv-python>=4.6.0
|
| 9 |
+
hbutils>=0.9.0
|
| 10 |
+
dghs-imgutils>=0.2.3
|
| 11 |
+
httpx==0.23.0
|