diff --git a/README.md b/README.md index 1390c38..cc1b0ad 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ model = AutoModelForCausalLM.from_pretrained( ) processor = AutoProcessor.from_pretrained(model_path, trust_remote_code=True) -image_paths = ["url"] +image_paths = [url] images = [Image.open(path) for path in image_paths] messages = [ {