jarjoura commited on
Commit
5cd5f8e
·
verified ·
1 Parent(s): 5dc19c2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ from mlx_vlm.models.video_depth_anything.generate import (
21
  read_video_frames,
22
  )
23
 
24
- model, processor = load("mlx-community/Video-Depth-Anything-Large-MLX"))
25
  predictor = VideoDepthPredictor(model, processor)
26
 
27
  frames, fps = read_video_frames("input.mp4", max_len=300, target_fps=15)
 
21
  read_video_frames,
22
  )
23
 
24
+ model, processor = load("mlx-community/Video-Depth-Anything-Large-MLX")
25
  predictor = VideoDepthPredictor(model, processor)
26
 
27
  frames, fps = read_video_frames("input.mp4", max_len=300, target_fps=15)