yourusername commited on
Commit
3d90b4c
1 Parent(s): e17ef5f

:construction: wip

Browse files
Files changed (1) hide show
  1. dino/app.py +1 -1
dino/app.py CHANGED
@@ -31,7 +31,7 @@ def func(resize, video):
31
  vid_generator = VideoGenerator(args)
32
  vid_generator.run()
33
 
34
- # # Make a video that puts the resized input video + the attn output video together as one
35
  ffmpeg_cmd = """
36
  ffmpeg
37
  -i ./outputs/original-reshaped.mp4
 
31
  vid_generator = VideoGenerator(args)
32
  vid_generator.run()
33
 
34
+ # Make a video that puts the resized input video + the attn output video together as one
35
  ffmpeg_cmd = """
36
  ffmpeg
37
  -i ./outputs/original-reshaped.mp4