Update README.md
Browse files
README.md
CHANGED
@@ -76,7 +76,7 @@ conversation = [
|
|
76 |
]
|
77 |
prompt = processor.apply_chat_template(conversation, add_generation_prompt=True)
|
78 |
|
79 |
-
image_file = "./assets/
|
80 |
raw_image = Image.open(image_file)
|
81 |
inputs = processor(images=raw_image, text=prompt, return_tensors='pt').to(0, torch.float16)
|
82 |
|
|
|
76 |
]
|
77 |
prompt = processor.apply_chat_template(conversation, add_generation_prompt=True)
|
78 |
|
79 |
+
image_file = "./assets/demo.jpg" # in this repo
|
80 |
raw_image = Image.open(image_file)
|
81 |
inputs = processor(images=raw_image, text=prompt, return_tensors='pt').to(0, torch.float16)
|
82 |
|