Ivy132 commited on
Commit
31acc4c
·
verified ·
1 Parent(s): 19adaee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ from utils.dc_utils import read_video_frames, vis_sequence_depth, save_video
25
  from huggingface_hub import hf_hub_download
26
 
27
  examples = [
28
- ['assets/example_videos/davis_rollercoaster.mp4'],
29
  ]
30
 
31
  DEVICE = 'cuda' if torch.cuda.is_available() else 'cpu'
 
25
  from huggingface_hub import hf_hub_download
26
 
27
  examples = [
28
+ ['assets/example_videos/davis_rollercoaster.mp4', -1, -1, 1280],
29
  ]
30
 
31
  DEVICE = 'cuda' if torch.cuda.is_available() else 'cpu'