HongxinLi commited on
Commit
649573a
·
verified ·
1 Parent(s): 833cc78

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -69,8 +69,8 @@ def postprocess(text: str, image_size: tuple[int]):
69
  return point
70
 
71
  # Load model and processor
72
- model = AutoModelForCausalLM.from_pretrained("HongxinLi/GoClick-Large")
73
- processor = AutoProcessor.from_pretrained("HongxinLi/GoClick-Large")
74
 
75
  # Load UI screenshot
76
  image = Image.open("ui_screenshot.png")
 
69
  return point
70
 
71
  # Load model and processor
72
+ model = AutoModelForCausalLM.from_pretrained("HongxinLi/GoClick-Large", trust_remote_code=True)
73
+ processor = AutoProcessor.from_pretrained("HongxinLi/GoClick-Large", trust_remote_code=True)
74
 
75
  # Load UI screenshot
76
  image = Image.open("ui_screenshot.png")