Spaces:
Running
on
Zero
Running
on
Zero
update UI
Browse files
app.py
CHANGED
@@ -467,7 +467,7 @@ def make_dataset_images_section(open=False):
|
|
467 |
|
468 |
def make_output_images_section():
|
469 |
gr.Markdown('### Output Images')
|
470 |
-
output_gallery = gr.Gallery(value=[], label="NCUT Embedding", show_label=False, elem_id="ncut", columns=[3], rows=[1], object_fit="contain", height="auto"
|
471 |
return output_gallery
|
472 |
|
473 |
def make_parameters_section():
|
|
|
467 |
|
468 |
def make_output_images_section():
|
469 |
gr.Markdown('### Output Images')
|
470 |
+
output_gallery = gr.Gallery(value=[], label="NCUT Embedding", show_label=False, elem_id="ncut", columns=[3], rows=[1], object_fit="contain", height="auto")
|
471 |
return output_gallery
|
472 |
|
473 |
def make_parameters_section():
|