Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -175,6 +175,7 @@ def generate_pca_visuals(
|
|
| 175 |
# Gradio Interface
|
| 176 |
# ----------------------------
|
| 177 |
with gr.Blocks(theme=gr.themes.Soft(), title="π¦ DINOv3 PCA Explorer") as demo:
|
|
|
|
| 178 |
gr.Markdown(
|
| 179 |
"""
|
| 180 |
# π¦ DINOv3 PCA Explorer
|
|
|
|
| 175 |
# Gradio Interface
|
| 176 |
# ----------------------------
|
| 177 |
with gr.Blocks(theme=gr.themes.Soft(), title="π¦ DINOv3 PCA Explorer") as demo:
|
| 178 |
+
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)")
|
| 179 |
gr.Markdown(
|
| 180 |
"""
|
| 181 |
# π¦ DINOv3 PCA Explorer
|