sayedM commited on
Commit
fcf3f1e
·
verified ·
1 Parent(s): d55a3e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -230,6 +230,7 @@ def click_to_similarity_in_same_image(
230
  # Gradio UI (Manual-only processing)
231
  # ----------------------------
232
  with gr.Blocks(theme=gr.themes.Soft(), title="DINOv3 Single-Image Patch Similarity") as demo:
 
233
  gr.Markdown("# 🦖 DINOv3 Single-Image Patch Similarity")
234
  gr.Markdown("Upload one image, adjust settings, then press **▶️ Start processing**. Click on the processed image to find similar regions.")
235
 
 
230
  # Gradio UI (Manual-only processing)
231
  # ----------------------------
232
  with gr.Blocks(theme=gr.themes.Soft(), title="DINOv3 Single-Image Patch Similarity") as demo:
233
+ gr.Markdown("📝 **Article by Sayed Mohamed:** [Paper Review: DINOv3 The New State of the Art in Self-Supervised Vision Models](https://medium.com/@elsayed_mohamed/paper-review-dinov3-the-new-state-of-the-art-in-self-supervised-vision-models-d337ee4bf9dc)")
234
  gr.Markdown("# 🦖 DINOv3 Single-Image Patch Similarity")
235
  gr.Markdown("Upload one image, adjust settings, then press **▶️ Start processing**. Click on the processed image to find similar regions.")
236