Spaces:
Running
on
Zero
Running
on
Zero
fix norm layout
Browse files
app.py
CHANGED
@@ -1398,9 +1398,9 @@ with demo:
|
|
1398 |
logging_text = gr.Textbox("Logging information", label="Logging", elem_id="logging", type="text", placeholder="Logging information", autofocus=False, autoscroll=False)
|
1399 |
|
1400 |
with gr.Column(scale=5, min_width=200):
|
1401 |
-
cluster_gallery = gr.Gallery(value=[], label="Clusters", show_label=True, elem_id="clusters", columns=[5], rows=[2], object_fit="contain", height="auto", show_share_button=True, preview=True, interactive=False)
|
1402 |
output_gallery = make_output_images_section()
|
1403 |
norm_gallery = gr.Gallery(value=[], label="Eigenvector Magnitude", show_label=True, elem_id="eig_norm", columns=[3], rows=[1], object_fit="contain", height="auto", show_share_button=True, preview=False, interactive=False)
|
|
|
1404 |
[
|
1405 |
model_dropdown, layer_slider, node_type_dropdown, num_eig_slider,
|
1406 |
affinity_focal_gamma_slider, num_sample_ncut_slider, ncut_knn_slider, ncut_indirect_connection, ncut_make_orthogonal,
|
|
|
1398 |
logging_text = gr.Textbox("Logging information", label="Logging", elem_id="logging", type="text", placeholder="Logging information", autofocus=False, autoscroll=False)
|
1399 |
|
1400 |
with gr.Column(scale=5, min_width=200):
|
|
|
1401 |
output_gallery = make_output_images_section()
|
1402 |
norm_gallery = gr.Gallery(value=[], label="Eigenvector Magnitude", show_label=True, elem_id="eig_norm", columns=[3], rows=[1], object_fit="contain", height="auto", show_share_button=True, preview=False, interactive=False)
|
1403 |
+
cluster_gallery = gr.Gallery(value=[], label="Clusters", show_label=True, elem_id="clusters", columns=[5], rows=[2], object_fit="contain", height="auto", show_share_button=True, preview=True, interactive=False)
|
1404 |
[
|
1405 |
model_dropdown, layer_slider, node_type_dropdown, num_eig_slider,
|
1406 |
affinity_focal_gamma_slider, num_sample_ncut_slider, ncut_knn_slider, ncut_indirect_connection, ncut_make_orthogonal,
|