Spaces:
Runtime error
Runtime error
gmarti
commited on
Commit
·
2d7d4a4
1
Parent(s):
55de749
requirements
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.19.1
|
2 |
+
numpy==1.24.2
|
3 |
+
opencv-python==4.7.0.68
|
4 |
+
Pillow==9.4.0
|
5 |
+
torch==1.13.1
|
6 |
+
torchvision==0.14.1
|
7 |
+
yolov5==7.0.8
|
8 |
+
|