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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -43,6 +43,7 @@ It achieves the following results on the evaluation set:
43
 
44
  2. Load the image for which the caption is to be generated
45
  ```python
 
46
  img_name = "flickr_data.jpg"
47
  img = Image.open(img_name)
48
  if img.mode != 'RGB':
 
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':