Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ if __name__ == '__main__':
|
|
62 |
outputs = ['label']
|
63 |
|
64 |
title = "KELIP"
|
65 |
-
description = "Zero-shot classification with KELIP -- Korean and English bilingual contrastive Language-Image Pre-training model that is trained with collected 1.1 billion image-text pairs (708 million Korean and 476 million English).<br> <br><a href='' target='_blank'>Arxiv</a> | <a href='https://github.com/navervision/KELIP' target='_blank'>Github</a>"
|
66 |
examples = [
|
67 |
["squid_sundae.jpg", "μ€μ§μ΄ μλ,κΉλ°₯,μλ,λ‘λ³Άμ΄"],
|
68 |
["seokchon_lake.jpg", "ννμλ¬Έ,μ¬λ¦Όν½κ³΅μ,λ‘―λ°μλ,μμ΄νΈμ"],
|
|
|
62 |
outputs = ['label']
|
63 |
|
64 |
title = "KELIP"
|
65 |
+
description = "Zero-shot classification with KELIP -- Korean and English bilingual contrastive Language-Image Pre-training model that is trained with collected 1.1 billion image-text pairs (708 million Korean and 476 million English).<br> <br><a href='https://arxiv.org/abs/2203.14463' target='_blank'>Arxiv</a> | <a href='https://github.com/navervision/KELIP' target='_blank'>Github</a>"
|
66 |
examples = [
|
67 |
["squid_sundae.jpg", "μ€μ§μ΄ μλ,κΉλ°₯,μλ,λ‘λ³Άμ΄"],
|
68 |
["seokchon_lake.jpg", "ννμλ¬Έ,μ¬λ¦Όν½κ³΅μ,λ‘―λ°μλ,μμ΄νΈμ"],
|