Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -155,7 +155,7 @@ def generate_pca_visuals(
|
|
| 155 |
# ----------------------------
|
| 156 |
# Gradio Interface
|
| 157 |
# ----------------------------
|
| 158 |
-
with gr.Blocks(theme=gr.themes.Soft(), title="DINOv3 PCA Explorer") as demo:
|
| 159 |
gr.Markdown(
|
| 160 |
"""
|
| 161 |
# 🦖 DINOv3 PCA Explorer
|
|
|
|
| 155 |
# ----------------------------
|
| 156 |
# Gradio Interface
|
| 157 |
# ----------------------------
|
| 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 |
# 🦖 DINOv3 PCA Explorer
|