Skip to content

Commit dcb49e1

Browse files
Update Edge Detection/Edge_Detection.py
Co-authored-by: Kaustubh Gupta <kaustubhgupta1828@gmail.com>
1 parent 16fdd7a commit dcb49e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Edge Detection/Edge_Detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import cv2 as cv
66

77
#Taking path of input from the user
8-
path=input("Enter the path of uploaded image")
8+
path=input("Enter the path of uploaded image: ")
99
img=cv.imread(path)
1010
img=cv.resize(img,(640,640)) #resizing the image
1111

0 commit comments

Comments
 (0)