fffiloni commited on
Commit
007ced1
·
verified ·
1 Parent(s): d64e941

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def infer(video_frames, masks_frames, project_name):
116
  def get_frames(video_in, img_type):
117
  frames = []
118
  #resize the video
119
-
120
  clip = VideoFileClip(video_in)
121
 
122
  #check fps
 
116
  def get_frames(video_in, img_type):
117
  frames = []
118
  #resize the video
119
+ print(video_in)
120
  clip = VideoFileClip(video_in)
121
 
122
  #check fps