Commit
·
d2a6890
1
Parent(s):
6b38cd2
Update requirements.txt
Browse filesBelieve the issue is related to updated version requirements of yolo5,; added an exact match to the one I used previously so it stays static
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
yolov5
|
2 |
tator
|
3 |
gradio
|
|
|
1 |
+
yolov5==6.2.3
|
2 |
tator
|
3 |
gradio
|