atalaydenknalbant commited on
Commit
3989262
·
verified ·
1 Parent(s): 5bec47d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 on ZeroGPU — Embeddings and Cosine Similarity")
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():