huzey commited on
Commit
38b8a09
1 Parent(s): 3d40e53

fix scroll to output

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1301,9 +1301,11 @@ with demo:
1301
  perplexity_slider, n_neighbors_slider, min_dist_slider, sampling_method_dropdown
1302
  ],
1303
  outputs=[output_gallery, cluster_gallery, logging_text],
1304
- api_name="API_AlignedCut"
 
1305
  )
1306
 
 
1307
  with gr.Tab('NCut'):
1308
  gr.Markdown('#### NCut (Legacy), not aligned, no Nyström approximation')
1309
  gr.Markdown('Each image is solved independently, <em>color is <b>not</b> aligned across images</em>')
 
1301
  perplexity_slider, n_neighbors_slider, min_dist_slider, sampling_method_dropdown
1302
  ],
1303
  outputs=[output_gallery, cluster_gallery, logging_text],
1304
+ api_name="API_AlignedCut",
1305
+ scroll_to_output=True,
1306
  )
1307
 
1308
+
1309
  with gr.Tab('NCut'):
1310
  gr.Markdown('#### NCut (Legacy), not aligned, no Nyström approximation')
1311
  gr.Markdown('Each image is solved independently, <em>color is <b>not</b> aligned across images</em>')