gchhablani commited on
Commit
184ad61
2 Parent(s): 45ef4ea ee0d592

Merge branch 'main' of https://huggingface.co/spaces/flax-community/spanish-image-captioning into main

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ with st.beta_expander("Article"):
74
  st.write(read_markdown("caveats.md"))
75
  st.write("## Methodology")
76
  st.image(
77
- "./misc/Spanish-IC.png", caption="Seq2Seq model for Image-text Captioning."
78
  )
79
  st.markdown(read_markdown("pretraining.md"))
80
  st.write(read_markdown("challenges.md"))
74
  st.write(read_markdown("caveats.md"))
75
  st.write("## Methodology")
76
  st.image(
77
+ "./misc/Spanish-IC.png"
78
  )
79
  st.markdown(read_markdown("pretraining.md"))
80
  st.write(read_markdown("challenges.md"))