Update README.md
Browse files
README.md
CHANGED
@@ -67,8 +67,8 @@ processor = ColQwen2Processor.from_pretrained("vidore/colqwen2-v1.0-merged")
|
|
67 |
|
68 |
# Your inputs
|
69 |
images = [
|
70 |
-
Image.new("RGB", (
|
71 |
-
Image.new("RGB", (
|
72 |
]
|
73 |
queries = [
|
74 |
"Is attention really all you need?",
|
|
|
67 |
|
68 |
# Your inputs
|
69 |
images = [
|
70 |
+
Image.new("RGB", (128, 128), color="white"),
|
71 |
+
Image.new("RGB", (64, 32), color="black"),
|
72 |
]
|
73 |
queries = [
|
74 |
"Is attention really all you need?",
|