Spaces:
Paused
Paused
Update app.py
Browse files
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
|