Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -21,7 +21,7 @@ class EndpointHandler:
|
|
21 |
video_path = data["inputs"]["video_path"]
|
22 |
ftp_password = data["inputs"].get("ftp_password")
|
23 |
|
24 |
-
processed_frames = read_video(
|
25 |
|
26 |
|
27 |
|
|
|
21 |
video_path = data["inputs"]["video_path"]
|
22 |
ftp_password = data["inputs"].get("ftp_password")
|
23 |
|
24 |
+
processed_frames = read_video(video_path, ftp_password)
|
25 |
|
26 |
|
27 |
|