evelyncsb commited on
Commit
2f24ca3
1 Parent(s): 1e90462

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -59,8 +59,9 @@ iface = gr.Interface(
59
  ],
60
  title="Find the image most similar to the given text",
61
  description='''<p>
62
- Welcome to a straightforward demonstration of ImageBind, a powerful tool designed to
63
- find the image most similar to a given text using cosine similarity. For a comprehensive
 
64
  understanding of its capabilities, we encourage you to explore the original research <a href='https://arxiv.org/abs/2305.05665' target='_blank'>paper</a>
65
  and visit the <a href='https://github.com/facebookresearch/ImageBind' target='_blank'>repository</a>
66
  for more in-depth information.<p>
 
59
  ],
60
  title="Find the image most similar to the given text",
61
  description='''<p>
62
+ Welcome to a straightforward demonstration of ImageBind.
63
+ This simple demo is designed to find the image most similar to a given text
64
+ using cosine similarity. For a comprehensive
65
  understanding of its capabilities, we encourage you to explore the original research <a href='https://arxiv.org/abs/2305.05665' target='_blank'>paper</a>
66
  and visit the <a href='https://github.com/facebookresearch/ImageBind' target='_blank'>repository</a>
67
  for more in-depth information.<p>