Update README.md
Browse files
README.md
CHANGED
@@ -119,7 +119,7 @@ data = processor(
|
|
119 |
|
120 |
output = model(**data)
|
121 |
|
122 |
-
print(f"The model output is {output}")
|
123 |
|
124 |
def get_video_duration(filename):
|
125 |
cap = cv2.VideoCapture(filename)
|
|
|
119 |
|
120 |
output = model(**data)
|
121 |
|
122 |
+
print(f"The model's output is {output}")
|
123 |
|
124 |
def get_video_duration(filename):
|
125 |
cap = cv2.VideoCapture(filename)
|