Abdou commited on
Commit
ef0baf0
·
1 Parent(s): adcbbe8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
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