panda1835 commited on
Commit
20ed5b4
1 Parent(s): 4f13ac7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,7 +51,8 @@ interface = gr.Interface(
51
  fn=predict,
52
  inputs=[gr.Image(type='pil')],
53
  outputs=[gr.JSON()],
54
- title="DINOv2 Image Retrieval",
 
55
  )
56
 
57
  # Start the Gradio server.
 
51
  fn=predict,
52
  inputs=[gr.Image(type='pil')],
53
  outputs=[gr.JSON()],
54
+ title="DINOv2 Embedding",
55
+ description=dinov2_ckpt
56
  )
57
 
58
  # Start the Gradio server.