mp4 changed to avi
Browse files
app.py
CHANGED
@@ -185,7 +185,7 @@ def track_and_mask(vid, original_frame, masked_frame):
|
|
185 |
else:
|
186 |
print("can't open the given input video file!")
|
187 |
|
188 |
-
return "output.
|
189 |
|
190 |
|
191 |
def inpaint_video():
|
|
|
185 |
else:
|
186 |
print("can't open the given input video file!")
|
187 |
|
188 |
+
return "output.avi"
|
189 |
|
190 |
|
191 |
def inpaint_video():
|