jdonaldson
commited on
Commit
•
7c39380
1
Parent(s):
2b95d34
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def search_text(query, top_k=4):
|
|
61 |
|
62 |
|
63 |
iface = gr.Interface(
|
64 |
-
title = "Hushh
|
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,
|