Update README.md
Browse files
README.md
CHANGED
@@ -74,8 +74,8 @@ processor = ColQwen2Processor.from_pretrained("vidore/colqwen2-v0.1")
|
|
74 |
|
75 |
# Your inputs
|
76 |
images = [
|
77 |
-
Image.new("RGB", (
|
78 |
-
Image.new("RGB", (
|
79 |
]
|
80 |
queries = [
|
81 |
"Is attention really all you need?",
|
|
|
74 |
|
75 |
# Your inputs
|
76 |
images = [
|
77 |
+
Image.new("RGB", (128, 128), color="white"),
|
78 |
+
Image.new("RGB", (64, 32), color="black"),
|
79 |
]
|
80 |
queries = [
|
81 |
"Is attention really all you need?",
|