Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -195,7 +195,7 @@ def batch_similarity(files: List[str], model_name: str, pooling: str):
|
|
| 195 |
# UI
|
| 196 |
# ---------------------------
|
| 197 |
with gr.Blocks() as app:
|
| 198 |
-
gr.Markdown("# DINOv3
|
| 199 |
|
| 200 |
with gr.Tab("Single"):
|
| 201 |
with gr.Row():
|
|
|
|
| 195 |
# UI
|
| 196 |
# ---------------------------
|
| 197 |
with gr.Blocks() as app:
|
| 198 |
+
gr.Markdown("# DINOv3 — Embeddings and Cosine Similarity")
|
| 199 |
|
| 200 |
with gr.Tab("Single"):
|
| 201 |
with gr.Row():
|