Update README.md
Browse files
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':
|