Spaces:
Runtime error
Runtime error
Create requirement.txt
Browse files- requirement.txt +10 -0
requirement.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==3.18.0
|
| 2 |
+
numpy
|
| 3 |
+
pillow
|
| 4 |
+
onnxruntime
|
| 5 |
+
huggingface_hub
|
| 6 |
+
scikit-image
|
| 7 |
+
pandas
|
| 8 |
+
opencv-python>=4.6.0
|
| 9 |
+
hbutils>=0.9.1
|
| 10 |
+
dghs-imgutils>=0.1.0
|