Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -114,9 +114,16 @@ with gr.Blocks() as demo:
|
|
114 |
---
|
115 |
π **Citation**
|
116 |
|
117 |
-
|
118 |
|
119 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
"""
|
121 |
)
|
122 |
if __name__ == "__main__":
|
|
|
114 |
---
|
115 |
π **Citation**
|
116 |
|
117 |
+
## BibTeX
|
118 |
|
119 |
+
```bibtex
|
120 |
+
@inproceedings{al2024araclip,
|
121 |
+
title={AraCLIP: Cross-Lingual Learning for Effective Arabic Image Retrieval},
|
122 |
+
author={Al-Barham, Muhammad and Afyouni, Imad and Almubarak, Khalid and Elnagar, Ashraf and Turky, Ayad and Hashem, Ibrahim},
|
123 |
+
booktitle={Proceedings of The Second Arabic Natural Language Processing Conference},
|
124 |
+
pages={102--110},
|
125 |
+
year={2024}
|
126 |
+
}
|
127 |
"""
|
128 |
)
|
129 |
if __name__ == "__main__":
|