update readme
Browse files
README.md
CHANGED
@@ -589,7 +589,6 @@ tokenizer = AutoTokenizer.from_pretrained(
|
|
589 |
|
590 |
|
591 |
image = Image.open('./assets/single.png').convert('RGB')
|
592 |
-
display(image.resize((400, 400)))
|
593 |
|
594 |
# First round chat
|
595 |
question = "What is the landform in the picture?"
|
|
|
589 |
|
590 |
|
591 |
image = Image.open('./assets/single.png').convert('RGB')
|
|
|
592 |
|
593 |
# First round chat
|
594 |
question = "What is the landform in the picture?"
|