khang119966 commited on
Commit
c60336f
·
verified ·
1 Parent(s): a33af6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -133,6 +133,8 @@ model = AutoModel.from_pretrained(
133
  # ==============================
134
  # 2. Prepare Input Data
135
  # ==============================
 
 
136
  images = [Image.open("ex1.jpg"), Image.open("ex2.jpg")]
137
  batch_images = processor.process_images(images)
138
 
 
133
  # ==============================
134
  # 2. Prepare Input Data
135
  # ==============================
136
+ # !wget https://huggingface.co/5CD-AI/ColVintern-1B-v1/resolve/main/ex1.jpg
137
+ # !wget https://huggingface.co/5CD-AI/ColVintern-1B-v1/resolve/main/ex2.jpg
138
  images = [Image.open("ex1.jpg"), Image.open("ex2.jpg")]
139
  batch_images = processor.process_images(images)
140