jdonaldson commited on
Commit
7c39380
1 Parent(s): 2b95d34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def search_text(query, top_k=4):
61
 
62
 
63
  iface = gr.Interface(
64
- title = "Hushh Text to Image using CLIP Model on Louis Vuitton API",
65
  description = "Quick demo of using text to perform vector search on an image collection",
66
  article = "TBD",
67
  fn=search_text,
 
61
 
62
 
63
  iface = gr.Interface(
64
+ title = "Hushh Vibe Search Model on Louis Vuitton API",
65
  description = "Quick demo of using text to perform vector search on an image collection",
66
  article = "TBD",
67
  fn=search_text,