fittar commited on
Commit
98c64dd
1 Parent(s): 1f807d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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")
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