Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ examples = [
|
|
18 |
]
|
19 |
|
20 |
title = "Visually Grounded Embeddings"
|
21 |
-
description = 'Get the top 10 nearest neighbors with cosine similarities from a visually grounded word embedding model described in [this paper](https://arxiv.org/abs/2206.08823). These embeddings have been shown to correlate
|
22 |
txt = gr.Textbox(lines=1, label="Query word", placeholder="muffin")
|
23 |
out = gr.Textbox(lines=4, label="top 10 nearest neighbors")
|
24 |
|
|
|
18 |
]
|
19 |
|
20 |
title = "Visually Grounded Embeddings"
|
21 |
+
description = 'Get the top 10 nearest neighbors with cosine similarities from a visually grounded word embedding model described in [this paper](https://arxiv.org/abs/2206.08823). These embeddings have been shown to strongly correlate with human judgment on [word similarity benchmarks](https://github.com/vecto-ai/word-benchmarks).<br>'
|
22 |
txt = gr.Textbox(lines=1, label="Query word", placeholder="muffin")
|
23 |
out = gr.Textbox(lines=4, label="top 10 nearest neighbors")
|
24 |
|