Spaces:
Runtime error
Runtime error
Create requirements.py
Browse files- requirements.py +7 -0
requirements.py
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
yolov5
|
2 |
+
torch
|
3 |
+
opencv-python
|
4 |
+
numpy
|
5 |
+
Pillow
|
6 |
+
matplotlib
|
7 |
+
gradio
|