xywang626 lim4349 commited on
Commit
41241c4
·
verified ·
1 Parent(s): 9b52afa

Update README.md (#4)

Browse files

- Update README.md (f3d4e57befc47813c12ec069c9221eb07ceba924)


Co-authored-by: Lim Seong Geun <[email protected]>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -276,7 +276,7 @@ def run_inference(model, tokenizer, image_processor, messages, image_path):
276
  return output_text
277
 
278
  # Example usage
279
- model_path = "OpenCUA/OpenCUA-7B" # or other model variants
280
  image_path = "screenshot.png"
281
  instruction = "Click on the submit button"
282
 
 
276
  return output_text
277
 
278
  # Example usage
279
+ model_path = "xlangai/OpenCUA-7B" # or other model variants
280
  image_path = "screenshot.png"
281
  instruction = "Click on the submit button"
282