pcuenq HF staff commited on
Commit
61e6c96
·
verified ·
1 Parent(s): 01dd786

mlx-community

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,5 +25,5 @@ pip install -U mlx-vlm
25
  ```
26
 
27
  ```bash
28
- python -m mlx_vlm.generate --model HuggingFaceTB/SmolVLM2-500M-Video-Instruct-mlx --image https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/bee.jpg --prompt "Can you describe this image?"
29
  ```
 
25
  ```
26
 
27
  ```bash
28
+ python -m mlx_vlm.generate --model mlx-community/SmolVLM2-500M-Video-Instruct-mlx --image https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/bee.jpg --prompt "Can you describe this image?"
29
  ```