PyTorch
Gaie commited on
Commit
0a5c659
·
verified ·
1 Parent(s): 7071643

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/images.jpeg" # 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
 
 
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