Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ examples = [
|
|
| 17 |
["lake"]
|
| 18 |
]
|
| 19 |
|
| 20 |
-
title = "Visually Grounded
|
| 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 much better 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")
|
|
|
|
| 17 |
["lake"]
|
| 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 much better 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")
|