Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
|
|
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.
|