donghuna commited on
Commit
e4249e7
·
verified ·
1 Parent(s): fd22feb

Update handler.py

Browse files
Files changed (1) hide show
  1. 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(vide_path, ftp_password)
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