izhx commited on
Commit
d42eca5
·
verified ·
1 Parent(s): 16de98d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -3695,7 +3695,7 @@ The `GME` models support three types of input: **text**, **image**, and **image-
3695
  **Use with custom code**
3696
 
3697
  ```python
3698
- # You can find the script gme_inference.py in https://huggingface.co/Alibaba-NLP/gme-Qwen2VL-2B/blob/main/scripts/gme_inference.py
3699
  from gme_inference import GmeQwen2VL
3700
 
3701
  model = GmeQwen2VL('Alibaba-NLP/gme-Qwen2-VL-7B-Instruct')
 
3695
  **Use with custom code**
3696
 
3697
  ```python
3698
+ # You can find the script gme_inference.py in https://huggingface.co/Alibaba-NLP/gme-Qwen2-VL-2B-Instruct/blob/main/gme_inference.py
3699
  from gme_inference import GmeQwen2VL
3700
 
3701
  model = GmeQwen2VL('Alibaba-NLP/gme-Qwen2-VL-7B-Instruct')