pain commited on
Commit
f93cef9
β€’
1 Parent(s): fc127f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -114,9 +114,16 @@ with gr.Blocks() as demo:
114
  ---
115
  πŸ“ **Citation**
116
 
117
- To be shared soon.
118
 
119
- πŸ“‹ **License**
 
 
 
 
 
 
 
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__":