Jiqing commited on
Commit
ac4aaf5
1 Parent(s): 4f1a196

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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)