Spaces:
Runtime error
Runtime error
gchhablani
commited on
Commit
•
d63921e
1
Parent(s):
0b8741b
Fix typo in news
Browse files- apps/article.py +1 -1
apps/article.py
CHANGED
@@ -14,7 +14,7 @@ def app(state=None):
|
|
14 |
toc.placeholder()
|
15 |
|
16 |
toc.header("Introduction and Motivation")
|
17 |
-
st.info("**News**: Two days back, a paper using CLIP-Vision and BERT has been posted on arXiv! The paper uses LXMERT
|
18 |
st.write(read_markdown("intro/intro_part_1.md"))
|
19 |
with st.beta_expander("FasterRCNN Approach"):
|
20 |
st.write(read_markdown("intro/faster_rcnn_approach.md"))
|
|
|
14 |
toc.placeholder()
|
15 |
|
16 |
toc.header("Introduction and Motivation")
|
17 |
+
st.info("**News**: Two days back, a paper using CLIP-Vision and BERT has been posted on arXiv! The paper uses LXMERT objectives and achieves 80% on the English VQAv2 dataset. It would be interesting to see how it performs on our multilingual dataset. Check it out here: https://arxiv.org/pdf/2107.06383.pdf")
|
18 |
st.write(read_markdown("intro/intro_part_1.md"))
|
19 |
with st.beta_expander("FasterRCNN Approach"):
|
20 |
st.write(read_markdown("intro/faster_rcnn_approach.md"))
|