bipin commited on
Commit
f92c95b
1 Parent(s): 399b8b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,9 +41,9 @@ It achieves the following results on the evaluation set:
41
  model.to(device)
42
  ```
43
 
44
- 2. Load the image for which the caption is to be generated
45
  ```python
46
- ### replace the file name with image of your choice
47
  img_name = "flickr_data.jpg"
48
  img = Image.open(img_name)
49
  if img.mode != 'RGB':
 
41
  model.to(device)
42
  ```
43
 
44
+ 2. Load the image for which the caption is to be generated(note: replace the value of `img_name` with image of your choice)
45
  ```python
46
+ ### replace the value with your image
47
  img_name = "flickr_data.jpg"
48
  img = Image.open(img_name)
49
  if img.mode != 'RGB':