Spaces:
Sleeping
Sleeping
add directed ncut (test)
Browse files
app.py
CHANGED
@@ -2862,7 +2862,7 @@ with demo:
|
|
2862 |
buttons[-1].click(fn=lambda x: gr.update(visible=False), outputs=buttons[-1])
|
2863 |
|
2864 |
|
2865 |
-
with gr.Tab('Directed (experimental)', visible=
|
2866 |
|
2867 |
target_images = gr.State([])
|
2868 |
input_images = gr.State([])
|
@@ -3140,6 +3140,7 @@ with demo:
|
|
3140 |
hidden_button.change(unlock_tabs, n_smiles, tab_model_aligned_advanced)
|
3141 |
hidden_button.change(unlock_tabs, n_smiles, tab_recursivecut_advanced)
|
3142 |
hidden_button.change(unlock_tabs, n_smiles, tab_compare_models_advanced)
|
|
|
3143 |
|
3144 |
# with gr.Row():
|
3145 |
# with gr.Column():
|
|
|
2862 |
buttons[-1].click(fn=lambda x: gr.update(visible=False), outputs=buttons[-1])
|
2863 |
|
2864 |
|
2865 |
+
with gr.Tab('Directed (experimental)', visible=False) as tab_directed_ncut:
|
2866 |
|
2867 |
target_images = gr.State([])
|
2868 |
input_images = gr.State([])
|
|
|
3140 |
hidden_button.change(unlock_tabs, n_smiles, tab_model_aligned_advanced)
|
3141 |
hidden_button.change(unlock_tabs, n_smiles, tab_recursivecut_advanced)
|
3142 |
hidden_button.change(unlock_tabs, n_smiles, tab_compare_models_advanced)
|
3143 |
+
hidden_button.change(unlock_tabs, n_smiles, tab_directed_ncut)
|
3144 |
|
3145 |
# with gr.Row():
|
3146 |
# with gr.Column():
|