Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pickle
|
2 |
+
numpy
|
3 |
+
math
|
4 |
+
matplotlib.pyplot
|
5 |
+
cv2
|
6 |
+
json
|
7 |
+
gradio
|
8 |
+
huggingface_hub
|
9 |
+
onnx
|
10 |
+
onnx import hub
|
11 |
+
onnxruntime as ort
|
12 |
+
tempfile
|