nielsr HF staff commited on
Commit
23a9493
·
verified ·
1 Parent(s): 48ae906

Highlight code

Browse files

This improves the markdown rendering of your code.

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ OpenVLThinker-7B is a vision-language reasoning model designed to handle multimo
12
  For more details: [Blog](https://yihe-deng.notion.site/openvlthinker), [GitHub](https://github.com/yihedeng9/OpenVLThinker)
13
 
14
  ## How to use
15
- ```
16
  from transformers import AutoProcessor, Qwen2_5_VLForConditionalGeneration
17
  import torch
18
  from qwen_vl_utils import process_vision_info
 
12
  For more details: [Blog](https://yihe-deng.notion.site/openvlthinker), [GitHub](https://github.com/yihedeng9/OpenVLThinker)
13
 
14
  ## How to use
15
+ ```python
16
  from transformers import AutoProcessor, Qwen2_5_VLForConditionalGeneration
17
  import torch
18
  from qwen_vl_utils import process_vision_info