ashish-001 commited on
Commit
8001dc7
·
verified ·
1 Parent(s): 932f707

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -54,4 +54,5 @@ if st.button("Generate Caption"):
54
  if st.button('Use Example Image'):
55
  img=Image.open('example.jpg') #link to the original image: https://www.flickr.com/photos/bambe1964/7837618434/
56
  st.image(img, width=300)
57
- st.write(generate_caption(img))
 
 
54
  if st.button('Use Example Image'):
55
  img=Image.open('example.jpg') #link to the original image: https://www.flickr.com/photos/bambe1964/7837618434/
56
  st.image(img, width=300)
57
+ st.write(generate_caption('example.jpg'))
58
+ st.write(f"Link to the source of the example image: https://www.flickr.com/photos/bambe1964/7837618434/")