Spaces:
Running
on
Zero
Running
on
Zero
update color and tsne metric
Browse files
app.py
CHANGED
@@ -1473,7 +1473,8 @@ with demo:
|
|
1473 |
gr.Markdown("- **spectral-tSNE** visualization, a new method to visualize the high-dimensional eigenvector space with 3D RGB cube. Color is aligned across images, color infers distance in representation.")
|
1474 |
gr.Markdown("*paper in prep, Yang 2024*")
|
1475 |
gr.Markdown("*AlignedCut: Visual Concepts Discovery on Brain-Guided Universal Feature Space, Huzheng Yang, James Gee\*, and Jianbo Shi\*, 2024*")
|
1476 |
-
|
|
|
1477 |
|
1478 |
with gr.Row():
|
1479 |
with gr.Column():
|
|
|
1473 |
gr.Markdown("- **spectral-tSNE** visualization, a new method to visualize the high-dimensional eigenvector space with 3D RGB cube. Color is aligned across images, color infers distance in representation.")
|
1474 |
gr.Markdown("*paper in prep, Yang 2024*")
|
1475 |
gr.Markdown("*AlignedCut: Visual Concepts Discovery on Brain-Guided Universal Feature Space, Huzheng Yang, James Gee\*, and Jianbo Shi\*, 2024*")
|
1476 |
+
|
1477 |
+
|
1478 |
|
1479 |
with gr.Row():
|
1480 |
with gr.Column():
|