huzey commited on
Commit
8f2d7ad
1 Parent(s): 47ba996

update color and tsne metric

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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():