Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -402,7 +402,7 @@ def calculate_dot_product_and_representations_independent(query_model_choice, do
|
|
402 |
|
403 |
# --- Gradio Interface Setup with Tabs ---
|
404 |
with gr.Blocks(title="SPLADE Demos") as demo:
|
405 |
-
gr.Markdown("# 🌌
|
406 |
gr.Markdown("Explore different SPLADE models and their sparse representation types, and calculate similarity between query and document representations.") # Updated description
|
407 |
|
408 |
with gr.Tabs():
|
|
|
402 |
|
403 |
# --- Gradio Interface Setup with Tabs ---
|
404 |
with gr.Blocks(title="SPLADE Demos") as demo:
|
405 |
+
gr.Markdown("# 🌌 Sparse Encoder Playground") # Updated title
|
406 |
gr.Markdown("Explore different SPLADE models and their sparse representation types, and calculate similarity between query and document representations.") # Updated description
|
407 |
|
408 |
with gr.Tabs():
|