davidmezzetti commited on
Commit
e205ab6
1 Parent(s): e75a985

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  """
2
- Streamlit version of https://colab.research.google.com/github/neuml/txtai/blob/master/examples/13_Similarity_search_with_images.ipynb
3
  """
4
 
5
  import glob
 
1
  """
2
+ Builds a similarity index for a directory of images
3
  """
4
 
5
  import glob