Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,5 +43,5 @@ pip install -U mlx-vlm
43
  ```
44
 
45
  ```bash
46
- python -m mlx_vlm.generate --model mlx-community/LightOnOCR-2-1B-4bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
47
  ```
 
43
  ```
44
 
45
  ```bash
46
+ python -m mlx_vlm.generate --model mlx-community/LightOnOCR-2-1B-4bit --max-tokens 100 --temperature 0.0 --prompt "" --image <path_to_image>
47
  ```