Update README.md
Browse files
README.md
CHANGED
@@ -77,6 +77,10 @@ url = "http://images.cocodataset.org/test-stuff2017/000000000019.jpg"
|
|
77 |
caption = get_caption(model, image_processor, tokenizer, url)
|
78 |
print(f"caption: {caption}")
|
79 |
|
|
|
|
|
|
|
|
|
80 |
```
|
81 |
|
82 |
## Training procedure
|
|
|
77 |
caption = get_caption(model, image_processor, tokenizer, url)
|
78 |
print(f"caption: {caption}")
|
79 |
|
80 |
+
```
|
81 |
+
Output:
|
82 |
+
```
|
83 |
+
Two cows laying in a field with a sky background.
|
84 |
```
|
85 |
|
86 |
## Training procedure
|