Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -206,7 +206,8 @@ def click_to_similarity_in_same_image(
|
|
206 |
# Gradio UI (No changes needed here)
|
207 |
# ----------------------------
|
208 |
with gr.Blocks(theme=gr.themes.Soft(), title="DINOv3 Single-Image Patch Similarity") as demo:
|
209 |
-
gr.Markdown("#
|
|
|
210 |
gr.Markdown("Upload one image, then **click anywhere** to highlight the most similar regions in the *same* image.")
|
211 |
|
212 |
app_state = gr.State()
|
|
|
206 |
# Gradio UI (No changes needed here)
|
207 |
# ----------------------------
|
208 |
with gr.Blocks(theme=gr.themes.Soft(), title="DINOv3 Single-Image Patch Similarity") as demo:
|
209 |
+
gr.Markdown("# 🦖 DINOv3 Single-Image Patch Similarity")
|
210 |
+
gr.Markdown("## Running on CPU-only Space, feature extraction after uploading an image can take a moment")
|
211 |
gr.Markdown("Upload one image, then **click anywhere** to highlight the most similar regions in the *same* image.")
|
212 |
|
213 |
app_state = gr.State()
|