Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
opencv-python
|
5 |
+
onnxruntime==1.6.0
|
6 |
+
numpy
|
7 |
+
matplotlib
|
8 |
+
onnx
|