Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -158,7 +158,7 @@ def generate_pca_visuals(
|
|
| 158 |
with gr.Blocks(theme=gr.themes.Soft(), title="Running on CPU so please wait π¦ DINOv3 PCA Explorer") as demo:
|
| 159 |
gr.Markdown(
|
| 160 |
"""
|
| 161 |
-
#Running on CPU so please wait π¦ DINOv3 PCA Explorer
|
| 162 |
Upload an image to visualize the principal components of its patch features.
|
| 163 |
This reveals the main axes of semantic variation within the image as understood by the model.
|
| 164 |
"""
|
|
|
|
| 158 |
with gr.Blocks(theme=gr.themes.Soft(), title="Running on CPU so please wait π¦ DINOv3 PCA Explorer") as demo:
|
| 159 |
gr.Markdown(
|
| 160 |
"""
|
| 161 |
+
# Running on CPU so please wait π¦ DINOv3 PCA Explorer
|
| 162 |
Upload an image to visualize the principal components of its patch features.
|
| 163 |
This reveals the main axes of semantic variation within the image as understood by the model.
|
| 164 |
"""
|