Update README.md
#4
by lim4349 - opened
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 = "
|
| 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 |
|