Update prediction.py
Browse files- prediction.py +2 -2
prediction.py
CHANGED
@@ -197,6 +197,6 @@ class smartcities:
|
|
197 |
vs.release()
|
198 |
|
199 |
video = open(PATH_OUTPUT, "rb")
|
200 |
-
video_read = video.read()
|
201 |
|
202 |
-
return
|
|
|
197 |
vs.release()
|
198 |
|
199 |
video = open(PATH_OUTPUT, "rb")
|
200 |
+
# video_read = video.read()
|
201 |
|
202 |
+
return video
|