oguzakif commited on
Commit
11be581
·
1 Parent(s): eb50f43

mp4 changed to avi

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.mp4"
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():