Spaces:
Running
on
Zero
Running
on
Zero
update full-screen
Browse files
app.py
CHANGED
@@ -880,7 +880,7 @@ def make_dataset_images_section(advanced=False, is_random=False):
|
|
880 |
|
881 |
def make_output_images_section():
|
882 |
gr.Markdown('### Output Images')
|
883 |
-
output_gallery = gr.Gallery(value=[], label="NCUT Embedding", show_label=False, elem_id="ncut", columns=[3], rows=[1], object_fit="contain", height="auto",
|
884 |
return output_gallery
|
885 |
|
886 |
def make_parameters_section(is_lisa=False):
|
|
|
880 |
|
881 |
def make_output_images_section():
|
882 |
gr.Markdown('### Output Images')
|
883 |
+
output_gallery = gr.Gallery(value=[], label="NCUT Embedding", show_label=False, elem_id="ncut", columns=[3], rows=[1], object_fit="contain", height="auto", show_share_button=True)
|
884 |
return output_gallery
|
885 |
|
886 |
def make_parameters_section(is_lisa=False):
|