Update README.md (#4)
Browse files- Update README.md (f3d4e57befc47813c12ec069c9221eb07ceba924)
Co-authored-by: Lim Seong Geun <[email protected]>
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 |
|