Spaces:
Running
on
Zero
Running
on
Zero
elliesleightholm
commited on
Commit
•
5cb5d26
1
Parent(s):
48c0181
updating search description
Browse files
app.py
CHANGED
@@ -52,8 +52,12 @@ def clear_inputs():
|
|
52 |
# Gradio Blocks Interface for Custom Layout
|
53 |
with gr.Blocks(css=".orange-button { background-color: orange; color: black; }") as interface:
|
54 |
gr.Markdown("<h1 style='text-align: center;'>Multimodal Ecommerce Search with Marqo's SOTA Embedding Models</h1>")
|
|
|
|
|
|
|
|
|
55 |
|
56 |
-
gr.Markdown("
|
57 |
|
58 |
with gr.Row():
|
59 |
query_input = gr.Textbox(placeholder="Coffee machine", label="Search Query")
|
|
|
52 |
# Gradio Blocks Interface for Custom Layout
|
53 |
with gr.Blocks(css=".orange-button { background-color: orange; color: black; }") as interface:
|
54 |
gr.Markdown("<h1 style='text-align: center;'>Multimodal Ecommerce Search with Marqo's SOTA Embedding Models</h1>")
|
55 |
+
gr.Markdown("### This ecommerce search demo uses:")
|
56 |
+
gr.Markdown("### 1. [Marqo Cloud](https://www.marqo.ai/cloud) for the Search Engine.")
|
57 |
+
gr.Markdown("### 2. [Marqo-Ecommerce-Embeddings](https://huggingface.co/collections/Marqo/marqo-ecommerce-embeddings-66f611b9bb9d035a8d164fbb) for the multimodal embedding model.")
|
58 |
+
gr.Markdown("### 3. 100k products from the [Marqo-GS-10M](https://huggingface.co/datasets/Marqo/marqo-GS-10M) dataset.")
|
59 |
|
60 |
+
gr.Markdown("")
|
61 |
|
62 |
with gr.Row():
|
63 |
query_input = gr.Textbox(placeholder="Coffee machine", label="Search Query")
|