sayedM commited on
Commit
76138c8
·
verified ·
1 Parent(s): 626c9a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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("#Running on CPU so please wait the feature extaction 🦖 DINOv3 Single-Image Patch Similarity")
 
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()